Learn R Programming

epiflows (version 0.2.2)

get_id: Access population identifiers in epiflows objects

Description

this will return the unique population ID for your epiflows object.

Usage

get_id(x, ...)

Value

a character vector of population IDs

Arguments

x

an epiflows object

...

arguments passed on to epicontacts::get_id()

Author

Zhian N. Kamvar

See Also

epicontacts::get_id(); get_vars(); get_pop_size(); global_vars()

Examples

Run this code
data("Brazil_epiflows")
get_id(Brazil_epiflows)

Run the code above in your browser using DataLab