correspond_list {klassR}R Documentation

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)

Arguments

classification

Classification number

date

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

klass

Deprecated; use 'classification' instead.

Value

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

Examples


correspond_list("7")


[Package klassR version 1.0.2 Index]