deepblue_convert_to_df {DeepBlueR}R Documentation

convert_to_df

Description

save output in a data frame for further processing. Expects two parameters; the output string from method deepblue_get_request_data and request information from process_request

Usage

deepblue_convert_to_df(file_to_parse, request_info, dict = col_dict)

Arguments

request_info

The request information returned by DeepBlue

dict

The data structure that contains the DeepBlue columns types

string_to_parse

A string

Value

regions A data frame


[Package DeepBlueR version 1.6.0 Index]