forked from jkeast/wikitablr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.34 KB
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Package: wikitablr
Type: Package
Title: Simple Reader for Wikipedia's Tables
Version: 0.1.0.9004
Authors@R: c(
person("Jessica", "Keast", email = "jnkeast@gmail.com", role = c("aut", "cre")),
person("Natalia", "Iannucci", email = "iannuccinatalia@gmail.com",
role = c("aut", "ctb"), comment = c(ORCID = "0000-0001-5663-1731")),
person("Rose", "Porta", role = "ctb"),
person("Benjamin S.", "Baumer", role = "ctb",
comment = c(ORCID = "0000-0002-3279-0516"))
)
Description: A collection of functions to read in and clean tables from Wikipedia.
It allows any Wikipedia table to be read into R so that it can then be used
as a typical R dataframe and manipulated as such. It also cleans up the
dataframes so that they are able to be used with tidyverse functions.
This package allows for many more datasets to be used in R so that users
can explore data on any subject they desire, while cleaning the
dataframes to avoid issues.
URL: https://github.com/jkeast/wikitablr
BugReports: https://github.com/jkeast/wikitablr/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
janitor,
lobstr,
lubridate,
purrr,
readr,
rvest,
stringr,
tibble,
xml2
RoxygenNote: 7.1.1
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown
VignetteBuilder: knitr