read_data: read_data

Description Usage Arguments Value Examples

View source: R/data_ready.r

Description

read_data

Usage

1
read_data(filePath)

Arguments

filePath

a character for a file path.

Value

a named list containing standard setting information.

Examples

1
2
3
4
5
## Not run: 
filePath <- "data/freq_data.xlsx"
imported_data <- read_data(filePath)

## End(Not run)

sooyongl/ESS documentation built on Dec. 23, 2021, 4:22 a.m.