convert_dictionary_to_list: Converty Python dictionary to list

View source: R/utils.R

convert_dictionary_to_listR Documentation

Converty Python dictionary to list

Description

Converty Python dictionary to list

Usage

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
)

Arguments

text

vector of text

assign_name

if not NULL assigns output to environment

Value

a list


abresler/requestsR documentation built on July 31, 2023, 5:40 p.m.