get_file {PosteriorBootstrap}R 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))


[Package PosteriorBootstrap version 0.1.2 Index]