as_tablet.data.frame {tablet} | R Documentation |
Coerce data.frame to tablet
Description
Coerces data.frame to tablet. Checks format and assigns the class.
See tablet.data.frame
.
Usage
## S3 method for class 'data.frame'
as_tablet(x, ...)
Arguments
x |
data.frame |
... |
passed arguments |
Value
tablet
See Also
Other tablet:
as_tablet()
,
header_rows.tablet()
,
header_rows()
,
tablet.tablette()
,
tablette.tablet()
[Package tablet version 0.6.8 Index]