knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

rinmetxls

Hourly data from automatic weather stations of INMET are distributed in Excel files. The goal of rinmetxls is to import these data into R.

Installation

You can install rinmetxls from GitHub with:

remotes::install_github("rinmetxls")

Example

This is a basic example which shows you how to solve a common problem:

## basic example code


lhmet/rinmetxls documentation built on May 28, 2019, 11:33 a.m.