find_data: Find Rawdata

View source: R/find-data.R

find_dataR Documentation

Find Rawdata

Description

Find rawdata and load it into memory for further process. It requires the class attribute of the file is set prior to using find_data() method. Otherwise, use read_file() function instead unless you have specific reason not to.

Usage

find_data(file = NULL, ...)

Arguments

file

Input file

...

Other options relevant to the file type

Examples

## Not run: 
file <- "path/to/my-data.csv"
class(file) <- "csv"
dt <- find_data(file)

## End(Not run)

helseprofil/orgdata documentation built on Feb. 3, 2025, 4:55 p.m.