Learn R Programming

klassR (version 0.1.2)

CorrespondList: Correspondence list Print a list of correspondence tables for a given klass with source and target IDs

Description

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

Usage

CorrespondList(klass, date = NULL)

Arguments

klass

Classification number

date

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

Value

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

Examples

Run this code
# NOT RUN {
CorrespondList("7")
CorrespondList("131", date = "2016-01-01") 
# }

Run the code above in your browser using DataLab