extract-methods {awsMethods} | R Documentation |
extract
Provides generic function extract
currently used in
packages aws
and dti
.
Method extract
is used to extract information from objects
defined in packages aws
and dti
. Here only the generic function is
defined. The method usually takes an argument what='vector of characters'
defining which information is needed and returns a list with component names corresponding
to the entries in what
.
signature(x = "ANY")