population: EDP population objects

Description Usage Arguments Value See Also Examples

View source: R/population.R

Description

Create or test for population objects.

Usage

1
2
population(sess, pid)
is.population(x)

Arguments

sess

an edp_session from edp_session(...)

pid

a population id, a length-one character vector starting with "p-"

x

object to be tested

Value

population creates an EDP population object. is.population returns a logical indicating whether the argument came from population.

See Also

edp_session, populations

Examples

1
2
  ## Not run: p <- population(sess, "p-abcde0123456789")
  ## Not run: is.population(p)  # TRUE

edpclient documentation built on May 2, 2019, 2:01 p.m.