Learn R Programming

ConSciR (version 0.3.0)

data_file_path: Return the file path to data files

Description

Access mydata.xlsx and other files in inst/extdata folder

Usage

data_file_path(path = NULL)

Value

String of the path to the specified file

Arguments

path

Name of file in quotes with extension, e.g. "mydata.xlsx"

Examples

Run this code
data_file_path()

data_file_path("mydata.xlsx")

Run the code above in your browser using DataLab