check_valid_defaultchron: Check that default chronology on EPDr objects is valid

Description Usage Arguments Value Examples

Description

The function check EPDr objects with slot @defaultchron (epd.entity-class, and epd.entity.df-class) to see if that chronology has ages for the counts samples.

Usage

1
2
3
4
check_valid_defaultchron(x)

## S4 method for signature 'epd.entity'
check_valid_defaultchron(x)

Arguments

x

epd.entity epd.entity-class or epd.entity.df-class objects.

Value

Logical value indicating whether the default chronology has ages (TRUE) or not (FALSE).

Examples

1
2
3
4
5
6
7
## Not run: 
epd.connection <- connect_to_epd(host="localhost", database="epd",
                                 user="epdr", password="epdrpw")
epd.1 <- get_entity(1, epd.connection)
check_valid_defaultchron(epd.1)

## End(Not run)

dinilu/EPDr documentation built on Aug. 22, 2019, 1:03 p.m.