add.new.series.by.ID: Add new series, match by only 'DataCatalogID'

View source: R/funcs_add_new_data_series.R

add.new.series.by.IDR Documentation

Add new series, match by only 'DataCatalogID'

Description

This is a lose match. It's occasionally useful because sometimes you revise the series.name for the new series

Usage

add.new.series.by.ID(
  dt_master,
  dt_new_entries,
  old_entries_action = "no_change"
)

Arguments

dt_master

master dataset

dt_new_entries

new entries

old_entries_action

default to "hide", set old series (matched by both 'IGME_Key' and 'Series.Name') to invisible = 0 and inclusion = 0; if "remove", remove old series; if "no_change": leave as it is


unicef-drp/CME.assistant documentation built on April 29, 2024, 5:22 a.m.