Skip to content

Commit

Permalink
add auth
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWilliams-NOAA committed Nov 15, 2023
1 parent 2f22ea8 commit f9ed50b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/catch_to_sheet.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#' catch_to_sheet(year=2023, data=goa_nov_catch, area='goa')
#' }
catch_to_sheet <- function(year, data, area){
googlesheets4::gs4_auth()
# globals
yr = year
area = tolower(area)
Expand Down

0 comments on commit f9ed50b

Please sign in to comment.