codes: Access the codes of a Manifesto Document or Corpus

Description Usage Arguments

View source: R/corpus.R

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
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


manifestoR documentation built on Jan. 13, 2021, 9:53 a.m.