Learn R Programming

PhotosynQ (version 0.2.3)

getProjectInfo: 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)

Value

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

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.

Examples

Run this code
# NOT RUN {
getProjectInfo(1566)
# }

Run the code above in your browser using DataLab