GeomarPerales / oaxlsx

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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

License:GNU General Public License v3.0


Languages

Language:R 100.0%