timezeros {zoltr}R Documentation

Get a project's timezeros

Description

Get a project's timezeros

Usage

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

## Not run: 
  the_timezeros <- timezeros(conn, "https://www.zoltardata.com/project/9/")

## End(Not run)

[Package zoltr version 0.5.1 Index]