seor is a metapackage: it bundles a suite of
focused SEO and web-developer packages so you can install and load them
in one step, the same way the tidyverse package works.
library(seor)
#> -- Attaching seor packages --
#> v rurl 3.0.1.9000
#> v punycoder 1.2.1.9000
#> v pslr 1.2.1
#> v sitemapr 0.0.0.9000
#> v pagerankr 0.1.0
#> v robotstxtr 0.2.0.9000Attaching seor puts every member package on the search
path. The members are:
seor_packages()
#> [1] "rurl" "punycoder" "pslr" "sitemapr" "pagerankr"| Package | Purpose |
|---|---|
rurl |
URL parsing and manipulation |
punycoder |
Punycode / internationalized-domain conversion |
pslr |
Public Suffix List lookups |
sitemapr |
XML sitemap parsing |
pagerankr |
PageRank estimation |
robotstxtr is a planned member; once it is installed,
library(seor) attaches it automatically alongside the core
packages.
If two attached packages export the same name,
seor_conflicts() reports which package wins on the search
path: