powered by
Create or test for population objects.
population
population(sess, pid) is.population(x)
an edp_session from edp_session(...)
edp_session
edp_session(...)
a population id, a length-one character vector starting with "p-"
object to be tested
population creates an EDP population object. is.population returns a logical indicating whether the argument came from population.
is.population
edp_session, populations
populations
# NOT RUN { # } # NOT RUN { p <- population(sess, "p-abcde0123456789") # } # NOT RUN { # } # NOT RUN { is.population(p) # TRUE # }
Run the code above in your browser using DataLab