load_and_name_csvs_from_directory: Load all csv files in a given directory, and assign them...

Description Usage Arguments Value

Description

Load all csv files in a given directory, and assign them names in a given environment (.GlobalEnv by default) The names are assigned according to each data frame's column names. The mapping from column names to assigned name is specified by a JSON file that lives in the same directory as the csv files. See the files in csv_test for an example of how to properly format said JSON file.

Usage

1

Arguments

path

The location of the directory to be loaded.

Value

Alters the global environment, doesn't return any object.


johnchower/glootility documentation built on May 19, 2019, 3:03 p.m.