Difference between revisions of "ROpenGov"

From Testiwiki
Jump to: navigation, search
(first draft but code does not work)
 
(FMI package)
 
Line 5: Line 5:
 
Example code:
 
Example code:
  
<rcode embed=0 graphics=0>
+
<rcode name="fmi" embed=0 graphics=0 recall_inputs=1 variables="
 +
name:apiKey|type:text
 +
">
 
library(OpasnetUtils)
 
library(OpasnetUtils)
 
library(fmi)
 
library(fmi)
apiKey <- "f496b301-1ac6-4d52-a47b-fd5eb0b01135"
 
  
 
request <- FMIWFSRequest$new(apiKey=apiKey)
 
request <- FMIWFSRequest$new(apiKey=apiKey)

Latest revision as of 10:09, 23 August 2017

FMI package

FMI package belongs to the family of sorvi packages. It is used to browse and download data from the Finnish Meteorological Institute.

Example code:

apiKey:

+ Show code