parse_data | R Documentation |
Raw data fetched from iQuizoo database is stored in json string format. This
function is used to parse raw json string data as data.frame()
and store
them in a list column.
parse_data(data, col_raw_json = "game_data", name_raw_parsed = "raw_parsed")
data |
The raw data. |
col_raw_json |
The column name storing raw json string data. |
name_raw_parsed |
The name used to store parsed data. |
A data.frame contains the parsed data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.