Get a project's timezeros

timezeros(zoltar_connection, project_url)

Arguments

zoltar_connection

A ZoltarConnection object as returned by new_connection()

project_url

URL of a project in zoltar_connection's projects

Value

A data.frame of timezero contents for the passed project

Examples

if (FALSE) {
  the_timezeros <- timezeros(conn, "https://www.zoltardata.com/api/project/9/")
}