Learn R Programming

baker (version 1.0.4)

is_jags_folder: See if a result folder is obtained by JAGS

Description

See if a result folder is obtained by JAGS

Usage

is_jags_folder(DIR_NPLCM)

Value

TRUE for from JAGS; FALSE otherwise.

Arguments

DIR_NPLCM

directory to the folder with results. "mcmc_options.txt" must be in the folder.

Examples

Run this code

is_jags_folder(tempdir()) # just an illustration.

Run the code above in your browser using DataLab