Skip to contents

The palmaexportreader package allows to read a exported .csv file grouped by date from Palma portal and returns a list with parsed metadata/data.

Installation

The package is not yet available on the CRAN repository so installation must be done by downloading the package and then installing it locally:

install.packages("/path/to/palmaexportreader_latest.tar.gz", repos = NULL, type = "source")

or with remotes package:

install.packages("remotes")
remotes::install_local("/path/to/palmaexportreader_latest.tar.gz")
# or
remotes::install_url("https://www.oasi.ti.ch/palmaexportreader/rel/palmaexportreader_latest.tar.gz")

Usage

library(palmaexportreader)
read_palma_export(system.file("extdata", "export_version-1.7.csv", package = "palmaexportreader"))