Skip to content

Commit

Permalink
update documentation and arguments: dl_read_gcp detect automatically …
Browse files Browse the repository at this point in the history
…operating system

#213
  • Loading branch information
biodavidjm committed Jan 5, 2024
1 parent 16e166e commit 23cc517
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
9 changes: 0 additions & 9 deletions R/misc.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,6 @@ create_folder <- function(folder_name = NULL,
#'
#' @return a data table
#'
#' @details
#' There is a known issue for Windows users that can occur when
#' `dl_read_gcp` is run in a local R session where `gsutils`
#' can not find files in the data hub. Setting either `ignore_std_err`
#' to `FALSE` of `ignore_std_out` to `FALSE` should fix this.
#'
#'
#' @importFrom data.table fread
#'
#' @examples
Expand All @@ -92,8 +85,6 @@ dl_read_gcp <- function(path,
gsutil_path = "gsutil",
check_first = TRUE,
verbose = FALSE,
ignore_std_err = TRUE,
ignore_std_out = TRUE,
...){

if(!dir.exists(tmpdir)){
Expand Down
8 changes: 0 additions & 8 deletions man/dl_read_gcp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 23cc517

Please sign in to comment.