conv_to_standard: The top level data cleaning function

View source: R/conv_standard.R

conv_to_standardR Documentation

The top level data cleaning function

Description

Calls all cleaning functions in the correct order and outputs a clean file.

Usage

conv_to_standard(file, cols, csv, rds)

Arguments

file

a text file containing data to be cleaned

cols

a character vector of column names

csv

a character vector. write the resulting data table to a .csv file. See details for options.

rds

a logical vector. Write the resulting data table to .rds file. Produces individual files for each .txt input.


dylanrussellmd/nsqipr documentation built on Oct. 13, 2023, 11:01 a.m.