getProjectInfo {PhotosynQ} | R Documentation |
Get Project Information using the Project's ID
getProjectInfo(projectID = "")
projectID |
The ID of your Project (Just copy the Project ID from the project page or your user page) |
This function receives the information about a project from 'PhotosynQ'
including used Protocols and Project Questions. The information is also
required to process the Project's data for the data frame used in the
createDataframe
function.
Project information is returned in the 'JSON' format. In case of
issues it will return NULL
.
getProjectInfo(1566)