Description Usage Arguments Value Author(s) Examples
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 = "RJMCMC"),
pattern = "yeastRes_Chr1_Seg_002.rds", full.names = TRUE)
## Testing using a real file
RJMCMC:::validateRDSFilesParameters(c(file_test))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.