knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

noar

Travis-CI Build Status AppVeyor Build Status codecov minimal R version packageversion

R interface to the National Observatory of Athens weather stations data.

This package is under development.

Data sources

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("kvantas/noar")

Example

The noa_get_latest function returns a tibble of the latest weather observations.

# load libraries
library(noar)
library(tibble)
noa_get_latest()


kvantas/noar documentation built on May 16, 2019, 8:11 p.m.