View source: R/summarise_inventory_data.r
| summarise_inventory_data | R Documentation | 
Title
summarise_inventory_data(data, station, elements)
data | 
 The data.frame to calculate from  | 
station | 
 The name of the station column in   | 
elements | 
 The name of the columns in   | 
data(daily_niger)
summarise_inventory_data(data = daily_niger, station = "station_name", elements = c("tmax", "tmin"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.