DataTable | R Documentation |
Data...
FIXME: definitions should be viewable in their aggregate effect, not just returned as an object. Exported but probably used through helper functions.
new()
DataTable$new( uri, rpath, retrieve = rdrop2::drop_download(path = .source_path, local_path = .local_path), load = haven::read_sas(data_file = .local_path), .data_dir = workflow::data_dir(), .build_dir = workflow::build_dir(), .artifact_dir = workflow::artifact_dir(), .binary_format = "qs", ... )
contains()
DataTable$contains(...)
correct()
DataTable$correct(...)
define()
DataTable$define(...)
rename()
DataTable$rename(...)
mutate()
DataTable$mutate(...)
select()
DataTable$select(...)
arrange()
DataTable$arrange(...)
left_join()
DataTable$left_join(y, by)
process_corrections()
DataTable$process_corrections()
process_definitions()
DataTable$process_definitions()
attributes()
DataTable$attributes(k, v)
clear_definitions()
DataTable$clear_definitions()
switch_disk_format()
DataTable$switch_disk_format(to = "qs")
clone()
The objects of this class are cloneable with this method.
DataTable$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.