Get a project's scores

scores(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 score data for all models in the passed project URL

Examples

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