castToTemplate {editbl} | R Documentation |
tbl
or data.frame
x to the types of the templateCast tbl
or data.frame
x to the types of the template
castToTemplate(x, template)
x |
|
template |
|
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.
object containing data of x in the class and structure of the template.
Jasper Schelfhout