load_csv: Load and save tables from CSV

View source: R/io.R

load_csvR Documentation

Load and save tables from CSV

Description

Load/save a comma-separated table from/to a CSV file. (These are generic wrapper functions used by more specific loaders like load_locus_attrs.)

Usage

load_csv(fp, ...)

save_csv(data, fp, ...)

Arguments

fp

path to text file.

...

additional arguments passed to utils::read.table or utils::write.table.

data

data frame to save to CSV file

Value

data frame

Functions

  • load_csv(): Load CSV

  • save_csv(): Save CSV


ShawHahnLab/chiimp documentation built on Aug. 20, 2023, 1:41 a.m.