set_resources: Set resource metadata by name

Description Usage Arguments See Also Examples

Description

Set resource metadata by name

Usage

1

Arguments

l

(list) List of objects to modify.

...

(name = value) Resource metadata (named list or call to resource) to assign to the object of the given name.

See Also

Other resource functions: get_package, get_resource, resource, set_resource

Examples

1
2
3
4
5
6
l <- set_resources(
  list(a = data.frame(), b = data.frame()),
  a = resource(path = "data/a.csv"),
  b = resource(path = "data/b.csv")
)
get_resources(l)

ezwelty/dpkg documentation built on May 30, 2019, 7:19 a.m.