Get user's progress

bgm_progress(
  subject_id = NULL,
  format = c("list", "table", "default"),
  token = bgm_get_token()
)

Arguments

subject_id

Get progress information for a given subject.

format

Result will be a list of json data when set to list (default), response() object when set to default, and a data.table when set to table.

token

Bangumi access token which is generated by bgm_auth().

Value

A list of response content, response() object, or a data.table contains the progress.

Examples

if (FALSE) { bgm_progress() }