import_csv: General function; import raw csv datafile into R.

Description Usage Arguments

View source: R/import.R

Description

General function; import raw csv datafile into R.

Usage

1
import_csv(file, path = NULL, skip_lines = 0)

Arguments

file

The name of the raw csv datafile that is found in the data-raw/ folder.

path

Path to file.

skip_lines

Whether to skip n lines when importing the csv file.


lwjohnst86/PROMISE.scrub documentation built on May 21, 2019, 9:01 a.m.