GetCsvData: GetCsvData

GetCsvDataR Documentation

GetCsvData

Description

This function will grab data from all csv files within a directory

Usage

GetCsvData(
  PROJECT_PATH = rstudioapi::getActiveProject(),
  WHICH_DATA_FOLDER = "processed",
  DEBUG = TRUE
)

Arguments

PROJECT_PATH

The main project directory

WHICH_DATA_FOLDER

The name of the data sub directory from where data will be pulled

DEBUG

If TRUE, the function will run in debug mode

Value

Returns all the csv files in the data folder within a project as a data.table

Author(s)

Abraham Mathew

See Also

Other Data Import: GetSqlData(), GetSqlQuery()


abmathewks/GoodeR documentation built on June 12, 2025, 1:48 a.m.