PHIS client R
a set of functions to connect R to the phenomeapi web service in phenoarch greenhouse - PHIS-SILEX. You can retrieve phenotypic data from the phenoarch platform (GET imagery, environment, watering and weighing). Public access is allowed with specific login as well as private access if the user has an account on PHIS system information.
To install the phisWSClientR package, the easiest is to install it directly from GitHub. Open an R session and run the following commands:
library(devtools)
install_github("sanchezi/phisWSClientR", build_vignettes=TRUE)
Once the package is installed on your computer, it can be loaded into a R session:
library(phisWSClientR)
help(package="phisWSClientR")
You should cite the phisWSClientR package:
citation("phisWSClientR")
See also citation() for citing R itself.