Description Usage Arguments Value Examples
View source: R/incident_sampling.R
Sample specific incident data from seasonal data
1 | sample_inc_id(inc_id_data, inc_info_data, inc_name)
|
inc_id_data |
seasonal incident id assignment data |
inc_info_data |
seasonal incident information data |
inc_name |
desired incident to extract, must be the same case as
|
data frame; only columns and rows that contain the desired incident
1 2 3 4 | ## Not run:
inc_id_highline <- sample_inc_id(inc_id_2017, inc_info_2017, 'HIGHLINE')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.