Get a project's scores
scores(zoltar_connection, project_id)
zoltar_connection | A `ZoltarConnection` object as returned by |
---|---|
project_id | ID of a project in zoltar_connection's projects |
A `data.frame` of score data for all models in the passed project ID
# NOT RUN { the_scores <- scores(conn, 4L) # }