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
1ce751fe
Commit
1ce751fe
authored
Jun 01, 2018
by
Jean-Marie Lepioufle
Browse files
correct public/restricted
parent
c361c8d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
vignettes/innosense.Rmd
View file @
1ce751fe
...
...
@@ -23,10 +23,12 @@ toDate <- "2016/11/10 00:00:00"
timeResolution <- "hourly"
precision <- "hourly"
station_id <- "4" #c("4","5","6")
# get timeseries data
df <- friendlyr::ts(service="innolyr",username="****",password="****",
fromDate=fromDate,toDate=toDate,precision=precision,timeResolution=timeResolution,
element_id=c("no2","rh","tsensor"),station_id="
1
")
element_id=c("no2","rh","tsensor"),station_id="
4
")
```
## Get metadata
...
...
@@ -37,7 +39,7 @@ Get metadata from the innosense database.
# error, no access to metadata permitted
metadata <- friendlyr::meta(service="innolyr",username="****",password="****",
station_id=c("
1
"))
station_id=c("
4
"))
```
...
...
@@ -52,7 +54,7 @@ toDate <- "2016/11/10 00:00:00"
timeResolution <- "hourly"
precision <- "hourly"
station_id <- "
4
"
#c("4","5","6")
station_id <- "
1
"
# get timeseries data
df <- friendlyr::ts(service="innoRlyr",username="****",password="****",
...
...
Write
Preview
Markdown
is supported
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