get_wk_data_by_name: Get a specific "data unit" from the WaniKani API

Description Usage Arguments Value

Description

Extracts a unit of data from the WaniKani API by name. The names correspond to the strings used in the URL requests and can be found on the WaniKani API documentation page.

Usage

1
2
get_wk_data_by_name(data_name, api_key, api_ver = API_VER, opt_arg = NULL,
  time_message = TRUE, print_url = TRUE)

Arguments

data_name

the name of the "data unit" – see the API docs

api_key

the users API key

api_ver

the version of the API to use; defaults to API_VER

opt_arg

the optional URL argument that can be used for some "data units"

time_message

print a time message

print_url

print the URL string being used, useful for debugging

Value

results in the form of a list


ZenBrayn/wanikanir documentation built on May 17, 2019, 6:37 p.m.