getWeatherFromGoogle(RWeather)
getWeatherFromGoogle()所属R语言包:RWeather
Retrieve weather forecast for a given location using Google Weather API
对于一个给定的位置,使用谷歌天气API检索天气预报
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function will get the weather forecast conditions for a given location
对于一个给定的位置,这个函数将获得天气预报条件
用法----------Usage----------
getWeatherFromGoogle(location_id = "Trieste",
language = "en", message = FALSE)
参数----------Arguments----------
参数:location_id
A character containing a zip code (10001); city name, state (weather=woodland,PA); city name, country (weather=london, england); latitude/longitude(weather=,,,30670000,104019996) or possibly other.
一个字符包含一个邮政编码(10001)的城市名称,状态(天气林地,PA),城市名称,国家(天气伦敦,英国);纬度/经度(天气=,,,30670000,104019996)或其他可能的。
参数:language
A character containing the ISO 639 2-letters code for the selected language (default 'en')
包含ISO 639的2个字母的代码所选择的语言(默认的字符连接)
参数:message
If TRUE (default FALSE) the function returns a message summarizing the weather forecast for the location of interest
如果是TRUE(默认为FALSE)函数返回一个消息,总结的天气预报感兴趣的位置
值----------Value----------
A list containing:
一个列表,其中包含:
forecast_information for the given the given location
forecast_information为给定的给定位置
current_conditions for the given the given location
current_conditions为给定的给定位置
forecast conditions (3 days) for the given the given location </ul>
预测条件(3天)为给定的位置</ ul>
实例----------Examples----------
library("RWeather")
getWeatherFromGoogle(location_id="Basovizza", message=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|