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
acad729a
Commit
acad729a
authored
Aug 14, 2020
by
Jean-Marie Lepioufle
Browse files
upgrade to version 0.1.2
parent
aea02ddb
Changes
6
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
acad729a
Package: friendlyr
Package: friendlyr
Type: Package
Type: Package
Version: 0.1.2
Version: 0.1.2
Authors@R: c(person("Jean-Marie", "Lepioufle", , "jml@nilu.no", role=c("aut","cre")))
Authors@R: c(person("Jean-Marie", "Lepioufle", , "jml@nilu.no", role=c("aut","cre")))
Title: friendlyr
Title: friendlyr
Description: Make remote timeserie dataset easy to get and to work with.
Description: Make remote timeserie dataset easy to get and to work with.
The package focuses on:
The package focuses on:
1. importing key libraries related to a specific remote dataset.
1. importing key libraries related to a specific remote dataset.
2. authentication to the related database/db/api.
2. authentication to the related database/db/api.
3. having access to the related database/db/api/embedded dataset.
3. having access to the related database/db/api/embedded dataset.
4. having timeserie dataset in a friendly format.
4. having timeserie dataset in a friendly format.
5. checking the date timeserie.
5. checking the date timeserie.
6. having metadata.
6. having metadata.
Depends:
Depends:
R (>= 3.2.0)
R (>= 3.2.0)
Imports:
Imports:
utils,
utils,
timemanip,
timemanip,
osmdata,
osmdata,
tibble
tibble
Remotes: git::https://git.nilu.no/rspacetimemanip/timemanip.git,
Remotes: git::https://git.nilu.no/rspacetimemanip/timemanip.git,
Suggests:
Suggests:
knitr
knitr
License: GPL-3
License: GPL-3
Encoding: UTF-8
Encoding: UTF-8
VignetteBuilder: knitr
VignetteBuilder: knitr
LazyData: false
LazyData: false
RoxygenNote: 6.1.
0
RoxygenNote: 6.1.
1
NAMESPACE
View file @
acad729a
# Generated by roxygen2: do not edit by hand
# Generated by roxygen2: do not edit by hand
export(friendlyr)
export(friendlyr)
export(meta)
export(meta)
export(qa)
export(qa)
export(ts)
export(ts)
man/friendlyr.Rd
View file @
acad729a
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/friendlyr.R
% Please edit documentation in R/friendlyr.R
\name{friendlyr}
\name{friendlyr}
\alias{friendlyr}
\alias{friendlyr}
\title{friendlyr
\title{friendlyr
friendlyr}
friendlyr}
\usage{
\usage{
friendlyr(service, username = NULL, password = NULL)
friendlyr(service, username = NULL, password = NULL)
}
}
\arguments{
\arguments{
\item{service}{name of the session}
\item{service}{name of the session}
\item{username}{username}
\item{username}{username}
\item{password}{password}
\item{password}{password}
}
}
\description{
\description{
friendlyr
friendlyr
friendlyr
friendlyr
}
}
\examples{
\examples{
\dontrun{
\dontrun{
friendlyr()
friendlyr()
}
}
}
}
\keyword{friendlyr}
\keyword{friendlyr}
man/meta.Rd
View file @
acad729a
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/meta.R
% Please edit documentation in R/meta.R
\name{meta}
\name{meta}
\alias{meta}
\alias{meta}
\title{meta
\title{meta
meta}
meta}
\usage{
\usage{
meta(service, username = NULL, password = NULL, element_id = NULL,
meta(service, username = NULL, password = NULL, element_id = NULL,
timeResolution = NULL, station_id = NULL, location = NULL)
timeResolution = NULL, station_id = NULL, location = NULL)
}
}
\arguments{
\arguments{
\item{service}{service}
\item{service}{service}
\item{username}{username}
\item{username}{username}
\item{password}{password}
\item{password}{password}
\item{element_id}{element ids "NO2" "O3", c(...),...}
\item{element_id}{element ids "NO2" "O3", c(...),...}
\item{timeResolution}{timeResolution time resolution second, minute, houly, daily, monthly, yearly}
\item{timeResolution}{timeResolution time resolution second, minute, houly, daily, monthly, yearly}
\item{station_id}{station ids "665", c(...),...}
\item{station_id}{station ids "665", c(...),...}
\item{location}{location}
\item{location}{location}
}
}
\description{
\description{
meta
meta
meta
meta
}
}
\examples{
\examples{
\dontrun{
\dontrun{
meta()
meta()
}
}
}
}
\keyword{friendlyr}
\keyword{friendlyr}
man/qa.Rd
View file @
acad729a
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/qa.R
% Please edit documentation in R/qa.R
\name{qa}
\name{qa}
\alias{qa}
\alias{qa}
\title{qa
\title{qa
qa}
qa}
\usage{
\usage{
qa(service = NULL, username = NULL, password = NULL,
qa(service = NULL, username = NULL, password = NULL,
fromDate = NULL, toDate = NULL, precision = NULL,
fromDate = NULL, toDate = NULL, precision = NULL,
timeResolution = NULL, element_id = NULL, station_id = NULL,
timeResolution = NULL, element_id = NULL, station_id = NULL,
location = NULL)
location = NULL)
}
}
\arguments{
\arguments{
\item{service}{service}
\item{service}{service}
\item{username}{username}
\item{username}{username}
\item{password}{password}
\item{password}{password}
\item{fromDate}{fromDate from "2016/11/01 00:00:00"}
\item{fromDate}{fromDate from "2016/11/01 00:00:00"}
\item{toDate}{toDate to "2017/05/01 00:00:00"}
\item{toDate}{toDate to "2017/05/01 00:00:00"}
\item{precision}{precision second, minute, houly, daily, monthly, yearly}
\item{precision}{precision second, minute, houly, daily, monthly, yearly}
\item{timeResolution}{timeResolution time resolution second, minute, houly, daily, monthly, yearly}
\item{timeResolution}{timeResolution time resolution second, minute, houly, daily, monthly, yearly}
\item{element_id}{element ids "NO2" "O3", c(...),...}
\item{element_id}{element ids "NO2" "O3", c(...),...}
\item{station_id}{station ids "665", c(...),...}
\item{station_id}{station ids "665", c(...),...}
\item{location}{location}
\item{location}{location}
}
}
\description{
\description{
qa
qa
qa
qa
}
}
\examples{
\examples{
\dontrun{
\dontrun{
qa()
qa()
}
}
}
}
\keyword{friendlyr}
\keyword{friendlyr}
man/ts.Rd
View file @
acad729a
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ts.R
% Please edit documentation in R/ts.R
\name{ts}
\name{ts}
\alias{ts}
\alias{ts}
\title{ts
\title{ts
ts}
ts}
\usage{
\usage{
ts(service = NULL, username = NULL, password = NULL,
ts(service = NULL, username = NULL, password = NULL,
fromDate = NULL, toDate = NULL, precision = NULL,
fromDate = NULL, toDate = NULL, precision = NULL,
timeResolution = NULL, element_id = NULL, station_id = NULL,
timeResolution = NULL, element_id = NULL, station_id = NULL,
location = NULL)
location = NULL)
}
}
\arguments{
\arguments{
\item{service}{service}
\item{service}{service}
\item{username}{username}
\item{username}{username}
\item{password}{password}
\item{password}{password}
\item{fromDate}{fromDate from "2016/11/01 00:00:00"}
\item{fromDate}{fromDate from "2016/11/01 00:00:00"}
\item{toDate}{toDate to "2017/05/01 00:00:00"}
\item{toDate}{toDate to "2017/05/01 00:00:00"}
\item{precision}{precision second, minute, houly, daily, monthly, yearly}
\item{precision}{precision second, minute, houly, daily, monthly, yearly}
\item{timeResolution}{timeResolution time resolution second, minute, houly, daily, monthly, yearly}
\item{timeResolution}{timeResolution time resolution second, minute, houly, daily, monthly, yearly}
\item{element_id}{element ids "NO2" "O3", c(...),...}
\item{element_id}{element ids "NO2" "O3", c(...),...}
\item{station_id}{station ids "665", c(...),...}
\item{station_id}{station ids "665", c(...),...}
\item{location}{location}
\item{location}{location}
}
}
\description{
\description{
ts
ts
ts
ts
}
}
\examples{
\examples{
\dontrun{
\dontrun{
ts()
ts()
}
}
}
}
\keyword{friendlyr}
\keyword{friendlyr}
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