load_csv: A custom way to load CSV files

View source: R/transfer.R

load_csvR Documentation

A custom way to load CSV files

Description

A custom way to load CSV files

Usage

load_csv(
  file = "r_output.csv",
  path = here::here("r_output"),
  folder = "",
  full_path = FALSE,
  load = TRUE,
  ...
)

Arguments

path

target folder, by default use 'r_output' folder under root directory

folder

specify output folder under 'path'

load

a boolean value, if == "FALSE" then only print to console the existing files

file.name

character name for output file name


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