convert_dictionary_to_list | R Documentation |
Converty Python dictionary to list
convert_dictionary_to_list(
text =
"{'DNT': '1', 'Accept-Encoding': 'gzip, deflate', 'Accept-Language': 'en-US,en;q=0.9', 'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.62 Safari/537.36', 'Accept': 'text/html, */*; q=0.01', 'Referer': 'http://www.cpifinancial.net/analytics/bme100', 'X-Requested-With': 'XMLHttpRequest', 'Connection': 'keep-alive'}",
assign_name = NULL
)
text |
vector of text |
assign_name |
if not NULL assigns output to environment |
a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.