Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RextApi
frostr
Commits
56671cf6
Commit
56671cf6
authored
Jun 08, 2018
by
jml
Browse files
add case when no output
parent
b5bb8342
Changes
8
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
56671cf6
Package: frostr
Type: Package
Version: 0.1.
1
Version: 0.1.
2
Authors@R: c(person("Jean-Marie", "Lepioufle", , "jml@nilu.no", role=c("aut","cre")))
Title: frostr
Description: Extracting data from frostAPI.
...
...
@@ -20,4 +20,4 @@ License: GPL-3
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: false
RoxygenNote:
5
.0.1
RoxygenNote:
6
.0.1
R/get_meta.R
View file @
56671cf6
...
...
@@ -56,6 +56,8 @@ get_short_meta_station <- function(frostObj,stations=NULL,west=NULL,south=NULL,e
df
<-
short_meta_df
(
tmp
=
tmp
,
indice
=
i
)
res
<-
rbind
(
res
,
df
)
}
}
else
{
res
<-
NULL
}
...
...
man/api.Rd
View file @
56671cf6
...
...
@@ -18,4 +18,3 @@ api()
}
}
\keyword{api}
man/get_short_data.Rd
View file @
56671cf6
...
...
@@ -23,4 +23,3 @@ get_short_data
get_short_data
}
\keyword{frostr}
man/get_short_meta_element.Rd
View file @
56671cf6
...
...
@@ -17,4 +17,3 @@ get_short_meta_element
get_short_meta_element
}
\keyword{frostr}
man/get_short_meta_station.Rd
View file @
56671cf6
...
...
@@ -26,4 +26,3 @@ get_short_meta_station
get_short_meta_station
}
\keyword{frostr}
man/get_short_meta_station_with_element.Rd
View file @
56671cf6
...
...
@@ -28,4 +28,3 @@ get_short_meta_station_with_element
get_short_meta_station_with_element
}
\keyword{frostr}
man/get_short_new_element.Rd
View file @
56671cf6
...
...
@@ -17,4 +17,3 @@ get_short_new_element
get_short_new_element
}
\keyword{frostr}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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