getProjectInfo {PhotosynQ}R Documentation

Get Project Information from 'PhotosynQ'

Description

Get Project Information using the Project's ID

Usage

getProjectInfo(projectID = "")

Arguments

projectID

The ID of your Project (Just copy the Project ID from the project page or your user page)

Details

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.

Value

Project information is returned in the 'JSON' format. In case of issues it will return NULL.

Examples

getProjectInfo(1566)

[Package PhotosynQ version 0.2.3 Index]