get_file: Get a file from extdata by name

View source: R/data_loader.R

get_fileR Documentation

Get a file from extdata by name

Description

Get a file from extdata by name

Usage

get_file(name)

Arguments

name

The filename that is requested

Value

The requested file

Examples

f <- get_file('bayes_logit.stan')
writeLines(readLines(f))


alan-turing-institute/PosteriorBootstrap documentation built on Sept. 12, 2023, 9:32 a.m.