Skip to content

Commit

Permalink
add fixed column range for read_importphyto
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Dec 3, 2024
1 parent b1d4e8a commit a93dafa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tbeptools
Title: Data and Indicators for the Tampa Bay Estuary Program
Version: 3.0.0.9005
Date: 2024-11-21
Version: 3.0.0.9006
Date: 2024-12-03
Authors@R: c(
person(given = "Marcus",
family = "Beck",
Expand Down
3 changes: 1 addition & 2 deletions R/read_importphyto.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ read_importphyto <- function(xlsx, download_latest = FALSE, na = c('', 'NULL')){
rawdat <- readxl::read_xlsx(xlsx, na = na, col_types = c("text", "text", "text", "text", "text", "text", "date", "text",
"text", "text", "text", "text", "text", "text", "text", "text",
"text", "text", "text", "text", "text", "text", "text", "text",
"text", "text")
)
"text", "text"), range = readxl::cell_cols('A:Z'))

# format
out <- read_formphyto(rawdat)
Expand Down

0 comments on commit a93dafa

Please sign in to comment.