| precip_event_summary | R Documentation | 
Creates a summary table of individual storm events based on hourly precipitation. The input dataframe must contain the EventID and EventType columns generated by assign_precip_events().
precip_event_summary(x, datetime.name = "Datetime", value.name = "Precip")
x | 
 Dataframe containing hourly precipitation and already processed by assign_precip_events()  | 
datetime.name | 
 Name of datetime column  | 
value.name | 
 Name of precipitation column  | 
dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.