Skip to content

Commit

Permalink
Clean read file
Browse files Browse the repository at this point in the history
  • Loading branch information
bnowok committed Nov 7, 2024
1 parent f7d43a6 commit 73c23ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/read_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@
#' @param ... Addition arguments passed to the relevant function.
#'
#' @return the data a [tibble][tibble::tibble-package]
<<<<<<< HEAD
#' @noRd
#' @keywords internal

=======
>>>>>>> origin/main
read_file <- function(path, col_select = NULL, ...) {
valid_extensions <- c(
"rds",
Expand Down

0 comments on commit 73c23ee

Please sign in to comment.