get_id {epiflows} | R Documentation |
Access population identifiers in epiflows objects
Description
this will return the unique population ID for your epiflows object.
Usage
get_id(x, ...)
Arguments
x |
an epiflows object |
... |
arguments passed on to |
Value
a character vector of population IDs
Author(s)
Zhian N. Kamvar
See Also
epicontacts::get_id()
; get_vars()
; get_pop_size()
; global_vars()
Examples
data("Brazil_epiflows")
get_id(Brazil_epiflows)
[Package epiflows version 0.2.1 Index]