data_request: get the astronomy data of specific date time and city from...

View source: R/get_astronomy.R

data_requestR Documentation

get the astronomy data of specific date time and city from weatherapi.com

Description

get the astronomy data of specific date time and city from weatherapi.com

Usage

data_request(query)

Arguments

query

A list contain information of city, date, and api_key, represented by q, dt, key, repectively.

Value

The http get response containing astronomy information.

Examples

data_request(list(key="abc", q="London", dt="2021-01-01"))

evelynsugi/weatherapi documentation built on April 7, 2022, 12:43 p.m.