Get user's progress
bgm_progress( subject_id = NULL, format = c("list", "table", "default"), token = bgm_get_token() )
subject_id | Get progress information for a given subject. |
---|---|
format | Result will be a list of json data when set to |
token | Bangumi access token which is generated by |
A list of response content, response()
object, or a
data.table
contains the progress.
if (FALSE) { bgm_progress() }