Skip to content
Snippets Groups Projects
Commit acad729a authored by Jean-Marie Lepioufle's avatar Jean-Marie Lepioufle
Browse files

upgrade to version 0.1.2

parent aea02ddb
No related branches found
No related tags found
No related merge requests found
Package: friendlyr
Type: Package
Version: 0.1.2
Authors@R: c(person("Jean-Marie", "Lepioufle", , "jml@nilu.no", role=c("aut","cre")))
Title: friendlyr
Description: Make remote timeserie dataset easy to get and to work with.
The package focuses on:
1. importing key libraries related to a specific remote dataset.
2. authentication to the related database/db/api.
3. having access to the related database/db/api/embedded dataset.
4. having timeserie dataset in a friendly format.
5. checking the date timeserie.
6. having metadata.
Depends:
R (>= 3.2.0)
Imports:
utils,
timemanip,
osmdata,
tibble
Remotes: git::https://git.nilu.no/rspacetimemanip/timemanip.git,
Suggests:
knitr
License: GPL-3
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: false
RoxygenNote: 6.1.0
Package: friendlyr
Type: Package
Version: 0.1.2
Authors@R: c(person("Jean-Marie", "Lepioufle", , "jml@nilu.no", role=c("aut","cre")))
Title: friendlyr
Description: Make remote timeserie dataset easy to get and to work with.
The package focuses on:
1. importing key libraries related to a specific remote dataset.
2. authentication to the related database/db/api.
3. having access to the related database/db/api/embedded dataset.
4. having timeserie dataset in a friendly format.
5. checking the date timeserie.
6. having metadata.
Depends:
R (>= 3.2.0)
Imports:
utils,
timemanip,
osmdata,
tibble
Remotes: git::https://git.nilu.no/rspacetimemanip/timemanip.git,
Suggests:
knitr
License: GPL-3
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: false
RoxygenNote: 6.1.1
# Generated by roxygen2: do not edit by hand
export(friendlyr)
export(meta)
export(qa)
export(ts)
# Generated by roxygen2: do not edit by hand
export(friendlyr)
export(meta)
export(qa)
export(ts)
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/friendlyr.R
\name{friendlyr}
\alias{friendlyr}
\title{friendlyr
friendlyr}
\usage{
friendlyr(service, username = NULL, password = NULL)
}
\arguments{
\item{service}{name of the session}
\item{username}{username}
\item{password}{password}
}
\description{
friendlyr
friendlyr
}
\examples{
\dontrun{
friendlyr()
}
}
\keyword{friendlyr}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/friendlyr.R
\name{friendlyr}
\alias{friendlyr}
\title{friendlyr
friendlyr}
\usage{
friendlyr(service, username = NULL, password = NULL)
}
\arguments{
\item{service}{name of the session}
\item{username}{username}
\item{password}{password}
}
\description{
friendlyr
friendlyr
}
\examples{
\dontrun{
friendlyr()
}
}
\keyword{friendlyr}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/meta.R
\name{meta}
\alias{meta}
\title{meta
meta}
\usage{
meta(service, username = NULL, password = NULL, element_id = NULL,
timeResolution = NULL, station_id = NULL, location = NULL)
}
\arguments{
\item{service}{service}
\item{username}{username}
\item{password}{password}
\item{element_id}{element ids "NO2" "O3", c(...),...}
\item{timeResolution}{timeResolution time resolution second, minute, houly, daily, monthly, yearly}
\item{station_id}{station ids "665", c(...),...}
\item{location}{location}
}
\description{
meta
meta
}
\examples{
\dontrun{
meta()
}
}
\keyword{friendlyr}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/meta.R
\name{meta}
\alias{meta}
\title{meta
meta}
\usage{
meta(service, username = NULL, password = NULL, element_id = NULL,
timeResolution = NULL, station_id = NULL, location = NULL)
}
\arguments{
\item{service}{service}
\item{username}{username}
\item{password}{password}
\item{element_id}{element ids "NO2" "O3", c(...),...}
\item{timeResolution}{timeResolution time resolution second, minute, houly, daily, monthly, yearly}
\item{station_id}{station ids "665", c(...),...}
\item{location}{location}
}
\description{
meta
meta
}
\examples{
\dontrun{
meta()
}
}
\keyword{friendlyr}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/qa.R
\name{qa}
\alias{qa}
\title{qa
qa}
\usage{
qa(service = NULL, username = NULL, password = NULL,
fromDate = NULL, toDate = NULL, precision = NULL,
timeResolution = NULL, element_id = NULL, station_id = NULL,
location = NULL)
}
\arguments{
\item{service}{service}
\item{username}{username}
\item{password}{password}
\item{fromDate}{fromDate from "2016/11/01 00:00:00"}
\item{toDate}{toDate to "2017/05/01 00:00:00"}
\item{precision}{precision 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{station_id}{station ids "665", c(...),...}
\item{location}{location}
}
\description{
qa
qa
}
\examples{
\dontrun{
qa()
}
}
\keyword{friendlyr}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/qa.R
\name{qa}
\alias{qa}
\title{qa
qa}
\usage{
qa(service = NULL, username = NULL, password = NULL,
fromDate = NULL, toDate = NULL, precision = NULL,
timeResolution = NULL, element_id = NULL, station_id = NULL,
location = NULL)
}
\arguments{
\item{service}{service}
\item{username}{username}
\item{password}{password}
\item{fromDate}{fromDate from "2016/11/01 00:00:00"}
\item{toDate}{toDate to "2017/05/01 00:00:00"}
\item{precision}{precision 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{station_id}{station ids "665", c(...),...}
\item{location}{location}
}
\description{
qa
qa
}
\examples{
\dontrun{
qa()
}
}
\keyword{friendlyr}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ts.R
\name{ts}
\alias{ts}
\title{ts
ts}
\usage{
ts(service = NULL, username = NULL, password = NULL,
fromDate = NULL, toDate = NULL, precision = NULL,
timeResolution = NULL, element_id = NULL, station_id = NULL,
location = NULL)
}
\arguments{
\item{service}{service}
\item{username}{username}
\item{password}{password}
\item{fromDate}{fromDate from "2016/11/01 00:00:00"}
\item{toDate}{toDate to "2017/05/01 00:00:00"}
\item{precision}{precision 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{station_id}{station ids "665", c(...),...}
\item{location}{location}
}
\description{
ts
ts
}
\examples{
\dontrun{
ts()
}
}
\keyword{friendlyr}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ts.R
\name{ts}
\alias{ts}
\title{ts
ts}
\usage{
ts(service = NULL, username = NULL, password = NULL,
fromDate = NULL, toDate = NULL, precision = NULL,
timeResolution = NULL, element_id = NULL, station_id = NULL,
location = NULL)
}
\arguments{
\item{service}{service}
\item{username}{username}
\item{password}{password}
\item{fromDate}{fromDate from "2016/11/01 00:00:00"}
\item{toDate}{toDate to "2017/05/01 00:00:00"}
\item{precision}{precision 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{station_id}{station ids "665", c(...),...}
\item{location}{location}
}
\description{
ts
ts
}
\examples{
\dontrun{
ts()
}
}
\keyword{friendlyr}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment