Description Usage Arguments Value See Also
merge_location_data
Given two data frames, group observations, then
select which dataset to use based on rank.
1 2 | merge_location_data(df1, df2, byvar = "date", rankvar = "fetchtime",
sortvar = "date", loud = FALSE)
|
df1 |
data frame of archived wunderground data. |
df2 |
data frame of archived wunderground data. |
byvar |
variable to group by in choosing data from df1 and df2. |
rankvar |
variable to use in choosing data from df1 and df2. |
sortvar |
variable to sort results by. |
loud |
more output |
a dataframe containing data from df1 and df2, where data is included rom the dataframe which has the largest rankvar if the same byvar group is present in both data frames, or if it is only in one of df1 or df2.
update_weather_data
store_weather_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.