Converts a normal tibble/data.frame to a facile_frame
as_facile_frame( x, datastore = fds(x), classes = NULL, ..., .valid_sample_check = TRUE )
x | a sample-like descriptor |
---|---|
datastore | the FacileDataStore tied to x |
classes | more classes to append to the outgoing object. The
|
... | dots |
.valid_sample_check | If |