Description Usage Arguments Value Examples
View source: R/semrush_reports.R
This function is a wrapper for all SEMRush reports functions included in this package. It takes a single argument ('report'), and passes all other arguments to the associated '*_reports' functions.
1 | semrush_reports(report, ...)
|
report |
string. The report type on which to pass all additional arguments. Choices are 'advertising', 'backlinks', 'domain', 'keywords', or 'overview'. |
'...' |
Additional arguments to pass on to underlying functions. |
A data table (tibble) with columns for each requested variable.
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
report <-
semrush_reports(
report = "domain",
type = "domain_organic",
key = key,
database = "us",
domain = "cran.r-project.org"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.