Returns the details of the project.
project_details(token = NULL, project_id = NULL, ...)
token | auth token |
---|---|
project_id | ID of a project you want to access. |
... | parameters passed to api function |
parsed list of the returned json
token <- "your_token" if (FALSE) { req <- project_details(token, project_id = "your_project_id")}