folder_bind: Bind a folder of separate data files with the same headings...

Description Usage Arguments Value

View source: R/hello.R View source: R/utilities.R

Description

Bind a folder of separate data files with the same headings into one object takes excel, stata, spss, fixed width files, and standard table formats

Bind a folder of separate data files with the same headings into one object takes excel, stata, spss, fixed width files, and standard table formats

Usage

1
2
3
folder_bind(dir_raw, format = "csv", col_widths = NULL)

folder_bind(dir_raw, format = "csv", col_widths = NULL)

Arguments

format

valid formats are csv, xls, dta, tsv, sav

col_widths

only used for reading fixed width files

path

the path to the folder where the data files are kept

path

the path to the folder where the data files are kept

format

valid formats are csv, xls, dta, tsv, sav

col_widths

only used for reading fixed width files

Value

bound data from

bound data from


blueprint-ade/bputils documentation built on May 29, 2019, 5:57 p.m.