load_ow_data: Load Overwatch data

View source: R/load_ow_data.R

load_ow_dataR Documentation

Load Overwatch data

Description

Load data obtained by OWAPI and overwatchr into R sesson for analysis. The returned data describes all play between each OWAPI query, and automatically calculates statistics per 10 minutes.

Usage

load_ow_data(profile_name, hero_table, season_choice, file_path)

Arguments

profile_name

A platform-agnostic profile name (Blizzard BattleTag, Xbox Gamertag, PSN ID).

hero_table

Text string specifying which hero to get data for (see hero_names()), or "profile" to get general profile information.

season_choice

An integer specifying which competitive season to get data for.

file_path

File path to where data has been saved by scrape_ow_data().

Value

A [tibble][tibble::tibble-package] of records containing stats for competitive play between saved OWAPI queries.

Examples

load_ow_data("catmaps", "moira", 19, here::here("player_data"))

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