powered by
"metadata"(x, ...) metadata(x) <- value
list
metadata()
metadata
attr(x,'metadata')
The assignment operator looks like it replaces the internal metadata list of x, but it actually appends to it.
x
colorSpec
extradata
## Not run: # # get list of *all* metadata # metadata(x) # # # get just the file 'path' # metadata( x, 'path' ) # # # set the 'date' # metadata( x ) = list( date="2016-04-01" ) # ## End(Not run)
Run the code above in your browser using DataLab