Skip to content

oolong object standard

Chung-hong Chan edited this page May 12, 2021 · 1 revision

oolong object standard (proposed for v 0.4)

Pre-v 0.4 fields

Private

  • test_content - list of all test contents used for generating the Shiny app
  • hash - SHA1 hash of test_content
  • finalized - a boolean indicating if the object has been locked

optional private fields

  • construct - for gs

New fields for v 0.4

Public

  • userid - character denoting current coder (implemented in v 0.3.17)

Private

  • meta - a list of quanteda style meta (implemented in v 0.3.17)
  • hash_input_model - SHA1 hash of input_model, NULL if not supplied
  • hash_input_corpus - SHA1 hash of input_corpus, NULL if not supplied