forked from UBC-MDS/BrokkR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 1.03 KB
/
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
25
26
Package: BrokkR
Title: Webscrape to DataFrame for Bag of Words
Version: 0.0.0.9000
Authors@R:
c(person("Elena", "Ganacheva", , "elena.ganacheva@gmail.com", role = c("aut", "cre")),
person("Mike", "Guron", , "mike.guron21@gmail.com", role = c("ctb")),
person("Daniel", "Merigo", , "dmerigos@gmail.com", role = c("ctb")),
person("Mehdi", "Naji", , "mehdinaji@gmail.com", role = c("ctb")))
Description: This package allows users to provide a list of URLs for webpages of interest and creates a dataframe with Bag of Words representation that can then later be fed into a machine learning model of their choice. Users also have the option to produce a dataframe with just the raw text of their target webpages to apply the text representation of their choice instead.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Imports:
dplyr,
polite,
rvest,
stringr,
superml,
testthat,
tibble
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr