Skip to contents

add_default_currency_seed() is an Add function that updates an object by adding data to that object. Specifically, this function implements an algorithm to add default currency seed. Function argument CostlySeed_r4 specifies the object to be updated. The function returns Original (non-standardised) dataset (and metadata). (a ready4 S4).

Usage

add_default_currency_seed(
  CostlySeed_r4 = CostlySeed(),
  include_1L_chr = "Currency",
  Ready4useDyad_r4 = ready4use::Ready4useDyad()
)

Arguments

CostlySeed_r4

Original (non-standardised) dataset (and metadata). (a ready4 S4), Default: CostlySeed()

include_1L_chr

Include (a character vector of length one), Default: 'Currency'

Ready4useDyad_r4

A dataset and data dictionary pair. (a ready4 S4), Default: ready4use::Ready4useDyad()

Value

Original (non-standardised) dataset (and metadata). (a ready4 S4)