id_cdf_type: identify type of cdf from AssessmentResults file.

View source: R/cdf_prep.R

id_cdf_typeR Documentation

identify type of cdf from AssessmentResults file.

Description

identify type of cdf from AssessmentResults file.

Usage

id_cdf_type(cdf)

Arguments

cdf

an Assessment Results data frame.

Value

one of "Client-Server", "WBM pre-2015", "WBM post-2015"

Examples

data(ex_CombinedAssessmentResults)
id_cdf_type(ex_CombinedAssessmentResults)

data(ex_CombinedAssessmentResults_pre_2015)
id_cdf_type(ex_CombinedAssessmentResults_pre_2015)

almartin82/mapvizieR documentation built on June 3, 2023, 10:53 a.m.