/oaxlsx

package for reading, sorting and convert a data file downloaded from ANA in dataframe.

Primary LanguageRGNU General Public License v3.0GPL-3.0

oaxlsx

The goal of oaxlsx is read, sort and convert a data file downloaded from ANA in dataframe.

Installation

You can install the released version of oaxlsx from Github with:

library(devtools)
install_github("GeomarPerales/oaxlsx")

Example

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

library(oaxlsx)
file.ana <- "SerieTiempo29092021213903.xlsx"

data.ana <- oaxlsx(file.ana)
View(data.ana)