Learn R Programming

xpose.xtras (version 0.0.2)

as_xpdb_x: Convert an object to an xpose_data and xp_xtras object

Description

This function masks the default in xpose package, adding the xp_xtras class to default xpose_data objects.

Usage

as_xpdb_x(x)

as_xp_xtras(x)

check_xpdb_x(x, .warn = TRUE)

check_xp_xtras(...)

Value

<xpose_data> and <xp_xtras> object

Arguments

x

Suspected xp_xtras object

.warn

<logical> Whether to warn if xpose_data but not xp_xtras

...

Forwarded

Examples

Run this code
xp_x <- as_xpdb_x(xpose::xpdb_ex_pk)
check_xpdb_x(xp_x)

Run the code above in your browser using DataLab