load_files: load files paths in specified location

View source: R/transfer.R

load_filesR Documentation

load files paths in specified location

Description

load files paths in specified location

Usage

load_files(
  load_from,
  pattern = "\\.csv$",
  read_as_df = TRUE,
  use_fread = TRUE,
  avoid = "^_|archive",
  full.names = TRUE,
  load = FALSE,
  ...
)

Arguments

load_from

a path for where files are load from

read_as_df

a logical, if to read as data frame, else read as text

load

a logical for if actually read the files; if pattern is not ".csv", then read as text


fjoe88/d8ahelper documentation built on Feb. 6, 2023, 7:55 a.m.