Description Usage Arguments Value Author(s) Examples
Validation of all parameters needed by the public
mergeAllRDSFilesFromDirectory function.
1  | validateDirectoryParameters(directory)
 | 
directory | 
 a   | 
0 indicating that all parameters validations have been
successful.
Astrid Deschenes
1 2 3 4 5  | ## Load an existing directory
directory <- system.file("extdata", package = "RJMCMC")
## Testing using a real directory
RJMCMC:::validateDirectoryParameters(directory)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.