merge_data {PublicWorksFinanceIT}R Documentation

Merging the three financial datasets

Description

Function to merge the three financial datasets from the three different platforms to obtain a complete dataset to have a comprhensive overview of the investements.

Usage

merge_data(data_RENDIS, data_OBDAP, data_OC)

Arguments

data_RENDIS

Dataset of class 'data.frame'. Specify the dataset obtained from the ReNDiS database by the get_data_RENDIS function.

data_OBDAP

Dataset of class 'data.frame'. Specify the dataset obtained from the OpenBDAP database by the get_data_OBDAP function.

data_OC

Dataset of class 'data.frame'. Specify the dataset obtained from the OpenCoesione database by the get_data_region_OC or get_data_theme_OC function.

Value

Object of class data.frame showing 28 variables:

Descriptive Variables:

Financial Variables:

Geographical References:

Legislative process main steps:

Author(s)

Lorena Ricciotti

Examples

data(OCpoint)
data(OBDAPpoint)
data(RENDISpoint)
data_all <- merge_data(RENDISpoint, OBDAPpoint, OCpoint)


[Package PublicWorksFinanceIT version 0.2.0 Index]