load_tad_table: load_tad_table

View source: R/saving_and_loading_data.R

load_tad_tableR Documentation

load_tad_table

Description

load_tad_table

Usage

load_tad_table(
  path,
  sep,
  table_name = NULL,
  factor_names = NULL,
  character_names = NULL,
  ...
)

Arguments

path

the path to the file to load

sep

the separator used for this csv/tsv file

table_name

the name of the object to load

factor_names

provide the name of factor columns. A as.factor function will be applied to the provided columns.

character_names

provide the name of character columns. A as.character function will be applied to the provided columns.

...

a set of functions to apply to the result's attribute. if a = as.numeric in ..., then result$a <- as.numeric(result$a) any other function than as.numeric can be used


TAD documentation built on April 4, 2025, 5:10 a.m.