Learn R Programming

klassR (version 1.0.2)

find_variant_from: Find the variant of a code corresponding to a change *from* a specific code.

Description

Find the variant of a code corresponding to a change *from* a specific code.

Usage

find_variant_from(x, changeOccurred, variants)

Value

The variant corresponding to the code x at date changeOccurred.

Arguments

x

The code that is being changed

changeOccurred

The date the change occurred

variants

The variants lookup-table.

See Also

[find_variant_to]