| castToTemplate {editbl} | R Documentation |
Cast tbl or data.frame x to the types of the template
Description
Cast tbl or data.frame x to the types of the template
Usage
castToTemplate(x, template)
Arguments
x |
|
template |
|
Details
If template is a tbl with database source, convert to an in-memory tibble with same data types instead.
Rownames might differ or get lost.
Value
object containing data of x in the class and structure of the template.
Author(s)
Jasper Schelfhout
[Package editbl version 1.0.5 Index]