Learn R Programming

klassR (version 1.0.2)

correspond_list: Correspondence list Print a list of correspondence tables for a given classification with source and target IDs

Description

Correspondence list Print a list of correspondence tables for a given classification with source and target IDs

Usage

correspond_list(classification, date = NULL)

CorrespondList(klass, date = NULL)

Value

Data frame with list of corrsepondence tables, source ID and target ID.

Arguments

classification

Classification number

date

Date for classification (format = "YYYY-mm-dd"). Default is current date

klass

Deprecated; use `classification` instead.

Examples

Run this code
# \donttest{
correspond_list("7")
# }

Run the code above in your browser using DataLab