load_imported_xlsx: Load Imported XLSX

Description Usage Arguments Value Examples

View source: R/load_imported_xlsx.R

Description

load_imported_xlsx loads the .xlsx file at specified full path to the the "imports" subdirectory of the desired data path.

Usage

1
load_imported_xlsx(path, import_filename, columns = NULL)

Arguments

path

The path string to the parent directory in which the all data files exists.

import_filename

The filename of the result desired. Defaults to XLSX, and no XLSX extension is required, but is accepted. Other file extensions are not accepted.

columns

Types of columns desired when loading imported dataset. Defaults to guesses by readxl interpreter. Override default guesses with a vector of column types, such as c("guess", "text", "guess", "skip").

Value

result A dataframe consisting of the imported database file's contents.

Examples

1
load_imported_xlsx(path, "iaps_emotion_ratings")

sokolhessnerlab/shlab.imgct documentation built on Oct. 4, 2020, 7:31 a.m.