Extract all members from a collection
Extract all members from a collection into separate objects in the parent frame of the call.
uncollect2spct(x, ...) ## Default S3 method: uncollect2spct(x, ...) ## S3 method for class 'generic_mspct' uncollect2spct( x, name.tag = ".spct", ignore.case = FALSE, check.names = TRUE, check.overwrite = TRUE, ... )
x |
An R object |
... |
additional named arguments passed down to |
name.tag |
character. A string used as tag for the names of the objects. If of length zero, names of members are used as named of objects. Otherwise the tag is appended, unless already present in the member name. |
ignore.case |
logical. If FALSE, the pattern matching used for |
check.names |
logical. If TRUE then the names of the objects created are checked to ensure that they are syntactically valid variable names and unique. If necessary they are adjusted (by make.names) so that they are, and if FALSE names are used as is. |
check.overwrite |
logical. If TRUE trigger an error if an exisitng object would be overwritten, and if FALSE silently overwrite objects. |
Utility used for its side effects, invisibly returns a character vector with the names of the objects created.
default
: Default for generic function
generic_mspct
:
Other experimental utility functions:
collect2mspct()
,
drop_user_cols()
,
thin_wl()
my.mscpt <- source_mspct(list(sun1.spct = sun.spct, sun2.spct = sun.spct)) uncollect2spct(my.mscpt) ls(pattern = "*.spct")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.