codes {manifestoR}R Documentation

Access the codes of a Manifesto Document or Corpus

Description

With the accessor the codes of a Manifesto Document can be read and modified. The codes of a Manifesto Corpus can only be read, modification needs to be done document-wise.

Usage

codes(x, layer = "cmp_code")

## S3 method for class 'ManifestoDocument'
codes(x, layer = "cmp_code")

## S3 method for class 'ManifestoCorpus'
codes(x, layer = "cmp_code")

codes(x, layer = "cmp_code") <- value

## S3 replacement method for class 'ManifestoDocument'
codes(x, layer = "cmp_code") <- value

code_layers(x)

Arguments

x

document or corpus to get the codes from

layer

layer of codings to access, defaults to cmp_code, alternative: eu_code

value

new codes


[Package manifestoR version 1.6.0 Index]