File: CITATION

package info (click to toggle)
r-cran-jsonlite 1.8.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,340 kB
  • sloc: ansic: 3,794; sh: 9; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 604 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
citHeader("To cite jsonlite in publications use:")

citEntry(entry = "Article",
  title        = "The jsonlite Package: A Practical and Consistent Mapping Between JSON Data and R Objects",
  author       = personList(as.person("Jeroen Ooms")),
  journal      = "arXiv:1403.2805 [stat.CO]",
  year         = "2014",
  url          = "https://arxiv.org/abs/1403.2805",

  textVersion  =
  paste("Jeroen Ooms (2014).",
        "The jsonlite Package: A Practical and Consistent Mapping Between JSON Data and R Objects.",
        "arXiv:1403.2805 [stat.CO]",
        "URL https://arxiv.org/abs/1403.2805.")
)