standardize_iso: Standardize the ISO column by converting to lower case and...

Description Usage Arguments Value

View source: R/pipeline-helpers.R

Description

Most of the processing functions expect ISO codes to be in lower case and in a column called ISO.

Usage

1
standardize_iso(d, col = "iso", delete_original = TRUE)

Arguments

d

The data to be transformed.

col

The column currently containing the iso codes (default = 'iso')

delete_original

Delete original column? Logical

Value

Tibble with the iso codes converted to lower case. If the column with the codes was not called 'iso', it will be renamed to 'iso'.


rohmin9122/gcam-korea-release documentation built on Nov. 26, 2020, 8:11 a.m.