as_codingsystem: Create a coding system from a data frame

View source: R/codingsystem.R

as_codingsystemR Documentation

Create a coding system from a data frame

Description

Create a coding system from a data frame

Usage

as_codingsystem(x, name = "", ...)

## S3 method for class 'data.frame'
as_codingsystem(x, name = "", ...)

## S3 method for class 'codingsystem'
as_codingsystem(x, name = "", ...)

Arguments

x

the data frame containing columns "code" and "title"

name

coding system name

...

additional parameters

Value

a codingsystem object.


danielruss/socR documentation built on Dec. 9, 2024, 7:32 p.m.