# NOT RUN {
# do not use this function - instead use its wrappers (rah_<report_name>())
# that have full documentation
# }
# NOT RUN {
RAhrefs::rah_downloader(
target = "ahrefs.com",
report = "anchors",
token = "0123456789",
mode = "domain",
metrics = NULL,
limit = 1000,
where = rah_condition_set(
rah_condition(column_name = "links",
operator = "GREATER_THAN",
value = "10"),
rah_condition(column_name = "links",
operator = "LESS_THAN",
value = "20")),
order_by = "first_seen:asc")
# }
Run the code above in your browser using DataLab