raw_data: Get paths to 'rc.mcycle' raw data

View source: R/raw_data.R

raw_dataR Documentation

Get paths to rc.mcycle raw data

Description

[Experimental]

raw_data() returns the raw data paths of the rc.mcycle package.

Usage

raw_data(type = NULL, file = NULL)

Arguments

type

(optional) a string indicating the file type of the raw dataset (default: NULL).

file

(optional) a character object indicating the file name(s) of the raw dataset.

Value

  • If type = NULL, a character object with all file type names available.

  • If type != NULL and file = NULL, a character object with all file names available from type.

  • If type != NULL and file != NULL, a string with the file name path.

Examples

## Not run: 
raw_data()

## End(Not run)

gipso/sqlr.mcycle documentation built on Aug. 27, 2022, 6:15 p.m.