Skip to contents

A string list containing values for features of socioeconomic data files.

Usage

socioecon_cols

Format

A string list with 14 entries.

isocode_colname

The name of the column containing ISO country codes, "isocode".

year_colname

The name of the column containing years, "Year".

rgdpe_colname

The name of the column containing rgdpe values, "rgdpe".

rgdpo_colname

The name of the column containing rgdpo values, "rgdpo".

rgdpna_colname

The name of the column containing rgdpna values, "rgdpna".

emp_colname

The name of the column containing employment values, "emp".

avh_colname

The name of the column containing avh values, "avh".

hc_colname

The name of the column containing hc values, "hc".

rnna_colname

The name of the column containing rnna values, "rnna".

rkna_colname

The name of the column containing rkna values, "rkna".

K_colname

The name of the column containing capital values, "K".

Kserv_colname

The name of the column containing capital services values, "Kserv".

L_colname

The name of the column containing labor values, "L".

Ladj_colname

The name of the column containing quality-adjusted labor values, "Ladj".

Examples

socioecon_cols
#> $isocode_colname
#> [1] "isocode"
#> 
#> $year_colname
#> [1] "year"
#> 
#> $rgdpe_colname
#> [1] "rgdpe"
#> 
#> $rgdpo_colname
#> [1] "rgdpo"
#> 
#> $rgdpna_colname
#> [1] "rgdpna"
#> 
#> $emp_colname
#> [1] "emp"
#> 
#> $avh_colname
#> [1] "avh"
#> 
#> $hc_colname
#> [1] "hc"
#> 
#> $rnna_colname
#> [1] "rnna"
#> 
#> $rkna_colname
#> [1] "rkna"
#> 
#> $K_colname
#> [1] "K"
#> 
#> $Kserv_colname
#> [1] "Kserv"
#> 
#> $L_colname
#> [1] "L"
#> 
#> $Ladj_colname
#> [1] "Ladj"
#>