2021 Obsolete phenomeapi web service documentation
This application gives the variables currently available via the phenomeapi web service.
Once the application is installed on your computer, you will have to install the following R packages to make it executable
install.packages("shiny")
install.packages("shinydashboard")
install.packages("shinyjs")
install.packages("DT")
install.packages("phisWSClientR")You can find the phisWSClientR package here.
How to use this documentation App?
- Please click on WS access to scroll down the menu
- Enter a username, password, a path to the WS if you want a private access to the phenomeapi WS
- Keep the default username and password if you want a public access to the WS
- Please, give an experiment URI for which you want to know the available variables
- Click on the submit button each time you change your settings
- You can retrieve the variable names usable in the phisWSClientR get() functions in the observationVariableId colname of each dataset
You should cite the phisWSClientR package as well as the shiny and shinydashboard ones:
citation("phisWSClientR")
citation("shiny")
citation("shinydashboard")See also citation() for citing R itself.
