File: CITATION

package info (click to toggle)
r-cran-rtweet 2.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,068 kB
  • sloc: sh: 13; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 791 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
citHeader("To cite rtweet use:")

bibentry(
    bibtype      = "article",
    title        = "rtweet: Collecting and analyzing Twitter data",
    author       = as.person("Michael W. Kearney"),
    year         = "2019",
    note         = "R package version 0.7.0",
    journal      = "Journal of Open Source Software",
    volume       = "4",
    number       = "42",
    pages        = "1829",
    doi          = "10.21105/joss.01829",
    url          = "https://joss.theoj.org/papers/10.21105/joss.01829",
    key          = "rtweet-package",
    textVersion  = paste(
        "Kearney, M. W. (2019). rtweet: Collecting and analyzing Twitter data,",
        "Journal of Open Source Software, 4, 42. 1829.",
        "doi:10.21105/joss.01829",
        "(R package version 0.7.0)"
    )
)