data_file_path: Return the file path to data files

View source: R/data_file_path.R

data_file_pathR Documentation

Return the file path to data files

Description

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

Usage

data_file_path(path = NULL)

Arguments

path

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

Value

String of the path to the specified file

Examples

data_file_path()

data_file_path("mydata.xlsx")


ConSciR documentation built on Nov. 5, 2025, 5:25 p.m.