Description Usage Arguments Value Examples
View source: R/pc_find_dribble.R
Find dribbles used by popularitycheckr
1 2 3 4 5 6 7 | pc_find_dribble(
year = NULL,
type = "raw_data",
content = "ga_backlinks",
base_folder = "popularitycheckr",
create_if_missing = TRUE
)
|
year |
A vector of length one. Defaults to NULL, to be used only if relevant. |
type |
Type of data that the dribble refers to. Defaults to "raw_data". |
content |
Describes what contents will be included in the given spreadsheet. Defaults to "ga_backlinks". |
base_folder |
Defaults to "popularitycheckr". All files and folders will be included inside this folder. |
create_if_missing |
Defaults to TRUE. If already existing, it just returns the relevant dribble. |
A dribble
1 2 3 4 | ## Not run:
pc_find_dribble(2020)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.