Description Usage Arguments Value Author(s) Examples
View source: R/rjmcmcMethodsIntern.R
Validation of all parameters needed by the public
mergeRDSFiles
function.
1 | validateRDSFilesParameters(RDSFiles)
|
RDSFiles |
a |
0
indicating that all parameters validations have been
successful.
Astrid Deschenes
1 2 3 4 5 6 | ## Loading a file
file_test <- dir(system.file("extdata", package = "RJMCMCNucleosomes"),
pattern = "RJMCMC_seg_02.RDS", full.names = TRUE)
## Testing using a real file
RJMCMCNucleosomes:::validateRDSFilesParameters(file_test)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.