File: rstantools_load_code.Rd

package info (click to toggle)
r-cran-rstantools 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 624 kB
  • sloc: sh: 15; cpp: 5; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 580 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/rstan_package_utils.R
\name{rstantools_load_code}
\alias{rstantools_load_code}
\title{Helper function for loading code in roxygenise}
\usage{
rstantools_load_code(path, trace = TRUE, ...)
}
\arguments{
\item{path}{Path to directory containing code to load}

\item{trace}{Whether to print file names as they are loaded}

\item{...}{Additional arguments passed to \code{\link{source}}}
}
\value{
\code{NULL}
}
\description{
Adapted from the \code{sourceDir} function defined
by \code{example(source)}.
}