This function allows you to transform the list-object that is returned from the pessl-api into a data.frame
1 | rg_response_to_df(api_response, sensor_list = NULL, time_res = "raw")
|
api_response |
list-object that is returned from the get_data function in the python script "pessl_api" |
sensor_list |
a list of sensor = new_name pairs. Determines which sensors are used from the stations and how they are named in the resulting data.frame |
time_res |
string, resolution of the downloaded data. possible values are raw, hourly, daily or monthly |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.