rstantools_load_code {rstantools}R Documentation

Helper function for loading code in roxygenise

Description

Adapted from the sourceDir function defined by example(source).

Usage

rstantools_load_code(path, trace = TRUE, ...)

Arguments

path

Path to directory containing code to load

trace

Whether to print file names as they are loaded

...

Additional arguments passed to source

Value

NULL


[Package rstantools version 2.4.0 Index]