Learn R Programming

staninside (version 0.0.4)

find_stan_code: Find Stan Code

Description

This function looks for Stan code within a given R package a returns a list with the Stan code location within the package and the text of the code,

Usage

find_stan_code(pkgname = "staninside")

Value

a list with the Stan code location within the package and the text of the code,

Arguments

pkgname

a string, the name of the package in which to look for the Stan code.

Examples

Run this code
find_stan_code(pkgname = "staninside")

Run the code above in your browser using DataLab