targets {zoltr} | R Documentation |
Get a project's targets
Description
Get a project's targets
Usage
targets(zoltar_connection, project_url)
Arguments
zoltar_connection |
A |
project_url |
URL of a project in zoltar_connection's projects |
Value
A data.frame
of target contents for the passed project
Examples
## Not run:
the_targets <- targets(conn, "https://www.zoltardata.com/api/project/9/")
## End(Not run)
[Package zoltr version 1.0.1 Index]