pc_find_dribble: Find dribbles used by popularitycheckr

Description Usage Arguments Value Examples

View source: R/pc_find_dribble.R

Description

Find dribbles used by popularitycheckr

Usage

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
)

Arguments

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.

Value

A dribble

Examples

1
2
3
4
## Not run: 
pc_find_dribble(2020)

## End(Not run)

giocomai/popularitycheckr documentation built on Aug. 1, 2020, 11:50 a.m.