diff options
| -rw-r--r-- | R/read_spreadsheet.R | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/R/read_spreadsheet.R b/R/read_spreadsheet.R index a20af6db..7ad09c3e 100644 --- a/R/read_spreadsheet.R +++ b/R/read_spreadsheet.R @@ -37,7 +37,7 @@  #' and moisture normalisation factors in the sheet 'Datasets'?  #' @export  read_spreadsheet <- function(path, valid_datasets = "all", -  parent_only = TRUE, normalize = TRUE) +  parent_only = FALSE, normalize = TRUE)  {    if (!requireNamespace("readxl", quietly = TRUE))      stop("Please install the readxl package to use this function") | 
