Learn R Programming

zoltr (version 0.5.1)

targets: Get a project's targets

Description

Get a project's targets

Usage

targets(zoltar_connection, project_url)

Value

A `data.frame` of target contents for the passed project

Arguments

zoltar_connection

A `ZoltarConnection` object as returned by new_connection

project_url

URL of a project in zoltar_connection's projects

Examples

Run this code
if (FALSE) {
  the_targets <- targets(conn, "https://www.zoltardata.com/project/9/")
}

Run the code above in your browser using DataLab