-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
24 lines (24 loc) · 840 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: tidytweetjson
Version: 0.2.0
Date: 2020-06-14
Type: Package
Title: Tidying Tweet JSON files
Authors@R: person("Jae Yeon", "Kim", email = "jaeyeonkim@berkeley.edu", role = c("ctb", "cre"))
Maintainer: Jae Yeon Kim <jaeyeonkim@berkeley.edu>
BugReports: https://github.com/jaeyk/tidytweetjson
Description: Twitter data is an important resource for social science research. However, parsing a great deal of Twitter JSON data is not an easy task for researchers with little programming experience. This package provides functions to clean and wrangle Tweet JSON files simply and quickly.
Depends: R (>= 3.6)
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
magrittr (>= 1.5),
dplyr (>= 0.9.0),
tidyr (>= 1.1.0),
purrr (>= 0.3.4),
furrr (>= 0.1.0),
stringr,
future,
maps,
tidyjson
RoxygenNote: 7.1.1
LazyData: true