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

ropencoesione

Build Status

ropencoesione - Get data from http://www.opencoesione.gov.it/

News

Installation

devtools::install_github("patperu/ropencoesione")
options(width=120)

Usage

library("ropencoesione")

# current version
packageVersion("ropencoesione")

Test Results

library(ropencoesione)
library(testthat)

date()

test_dir("tests/")

Query the projects

res1 <- records_by_progetti(territorio = "palermo-comune")
str(res1, 1)

str(res1[[1]], 1)

res1[[1]]$results[,c(1,2,3,6:9)]

# Filter by 'tema' and / or 'natura'
res2 <- records_by_progetti(territorio = "roma-comune", tema = "occupazione") 

Meta

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



patperu/ropencoesione documentation built on May 24, 2019, 8:21 p.m.