readMemoryFile | R Documentation |
Read a StoX memory file
readMemoryFile(
filePath,
returnBootstrapData = FALSE,
selection = list(),
BootstrapID = NA,
unlistSingleTable = FALSE
)
filePath |
The path to the file. |
returnBootstrapData |
Logical: If TRUE read the content of bootstrap NetCDF4 file. |
selection |
Hierarchical list of names of the groups/variables. The last element must be a vector of the variables to return from the table specified by the other elements. E.g., list("ImputeSuperIndividuals", "SuperIndividualsData", c("Stratum", "IndividualAge", "Abundance")) will return a data.table of the three columns "Stratum", "IndividualAge" and "Abundance", added the BootstrapID specified in |
BootstrapID |
A sequence of bootstrap IDs, i.e., the indices of the bootstrap replicates. The default returns all bootstrap replicates. |
unlistSingleTable |
Logical: For use when only single table process outputs are among the requested processes in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.