scrape_ow_data: Scrape OWAPI

View source: R/scrape_ow_data.R

scrape_ow_dataR Documentation

Scrape OWAPI

Description

Obtain and save current competitive season statistics for a public Overwatch profile.

Usage

scrape_ow_data(profile_name, platform, file_path)

Arguments

profile_name

Account name of public Overwatch profile (Blizzard BattleTag, Xbox Gamertag, PSN ID). If using a Blizzard BattleTag, "#" will be replaced with "-" in saved data.

platform

Profile's gaming platform. One of c("pc", "xbl", "psn"). Nintendo Switch not yet supported.

file_path

File path to save/append all hero-specific data files.

Value

No value returned in R session.

Examples

scrape_ow_data("catmaps", "psn", here::here("player_data"))

benbellman/overwatchr documentation built on March 10, 2024, 4:28 a.m.