Apply the parser to a resource.
parser(object, ...)
object | active_resource. See |
---|---|
... | additional parameters to pass to the next layer in the resource parsing tower. |
parse. | logical. Whether or not to apply the parser to the
resource. If |
The parsed resource, usually some useful R object.
The parameters must be named object
and ...
due to
this method's inclusion in a tower
.