Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
rglow
friendlyr
Commits
42352930
Commit
42352930
authored
May 28, 2018
by
Jean-Marie Lepioufle
Browse files
update frost vignette
parent
428538a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
vignettes/frost.Rmd
View file @
42352930
...
...
@@ -27,6 +27,17 @@ df <- friendlyr::ts(service="frostlyr",username="****",password="****",
fromDate=fromDate,toDate=toDate,precision=precision,timeResolution=timeResolution,
element_id=c("sum(precipitation_amount PT1H)"),station_id="SN18700")
# get data over an area
element_id=c("sum(precipitation_amount PT1H)",
"air_temperature",
"relative_humidity")
df <- friendlyr::ts(service="frostlyr",username="****",password="****",
fromDate=fromDate,toDate=toDate,precision=precision,timeResolution=timeResolution,
element_id=element_id,location="oslo,Norway")
```
## Get metadata
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment