GenericExport | R Documentation |
GenericExport class
An R6 class object.
Generic export class that includes password-protected compression (optional)
exceedapi::SnapshotBackend
-> exceedapi::API
-> exceedapi::Step
-> GenericExport
new()
GenericExport$new(...)
get_config()
GenericExport$get_config()
show_config()
GenericExport$show_config()
show_summary()
GenericExport$show_summary()
get_version()
GenericExport$get_version()
get_source_path()
GenericExport$get_source_path()
generate_password()
GenericExport$generate_password(length = NULL)
prepare_export()
GenericExport$prepare_export(domain)
export_tables()
GenericExport$export_tables(tables, identities)
create_encrypted_archive()
GenericExport$create_encrypted_archive(archive, files, password)
create_unencrypted_archive()
GenericExport$create_unencrypted_archive(archive, files)
calulate_checksums()
GenericExport$calulate_checksums(file)
make_filename()
GenericExport$make_filename(name, suffix)
write_csv()
GenericExport$write_csv(x, file, ...)
write_lines()
GenericExport$write_lines(x, file, ...)
create_archive()
GenericExport$create_archive(tables)
create_manifest()
GenericExport$create_manifest(tables, template)
create_manifest_csv()
GenericExport$create_manifest_csv(tables)
create_manifest_pdf()
GenericExport$create_manifest_pdf(tables, template)
create_codebook()
GenericExport$create_codebook(tables, template)
create_report()
GenericExport$create_report(tables, template)
render_markdown()
GenericExport$render_markdown(input, output_file, ...)
clone()
The objects of this class are cloneable with this method.
GenericExport$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.