Get a project's targets
targets(zoltar_connection, project_url)
A ZoltarConnection
object as returned by new_connection()
URL of a project in zoltar_connection's projects
A data.frame
of target contents for the passed project
if (FALSE) {
the_targets <- targets(conn, "https://www.zoltardata.com/api/project/9/")
}