View source: R/get_astronomy.R
data_request | R Documentation |
get the astronomy data of specific date time and city from weatherapi.com
data_request(query)
query |
A list contain information of city, date, and api_key, represented by q, dt, key, repectively. |
The http get response containing astronomy information.
data_request(list(key="abc", q="London", dt="2021-01-01"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.