Get a list of DSS paths in a file.
Usage
dss_catalog(filename, pattern = ".*", condensed = TRUE, rebuild = FALSE)
Arguments
- filename
A DSS file path.
- pattern
character string containing a regular expression to
be matched against the DSS pathname catalog.
- condensed
If TRUE
returned the condensed path catalog.
- rebuild
If TRUE
, force rebuild the catalog.
Java Virtual Machine Parameters
When working with very large DSS files, you may need to initialize
the Java Virtual Machine (JVM) with a larger heap size. For more
information see the help vignette:
vignette("Java Virtual Machine Parameters", package = "dssrip2")