Package: ralger
Type: Package
Title: Easy Web Scraping
Version: 2.0.1
Authors@R: c(
    person("Mohamed El Fodil", "Ihaddaden", email = "ihaddaden.fodeil@gmail.com", role = c("aut", "cre")),
    person("Ezekiel", "Ogundepo", role = c("ctb"))) 
Maintainer: Mohamed El Fodil Ihaddaden <ihaddaden.fodeil@gmail.com>
Description: The goal of 'ralger' is to facilitate web scraping in R. 
    The user has the ability to extract a vector with scrap(), a tidy dataframe using tidy_scrap(), a table with table_scrap() and web links with weblink_scrap().
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/feddelegrand7/ralger
BugReports: https://github.com/feddelegrand7/ralger/issues
VignetteBuilder: knitr
Imports: magrittr, rvest, xml2, testthat, tidyr, dplyr, stringr,
        robotstxt, crayon, purrr
Suggests: knitr, rmarkdown
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-07-23 22:41:42 UTC; Administrateur
Author: Mohamed El Fodil Ihaddaden [aut, cre],
  Ezekiel Ogundepo [ctb]
Repository: CRAN
Date/Publication: 2020-07-24 04:10:02 UTC
Built: R 4.0.2; ; 2020-08-02 14:03:43 UTC; windows
