remake (version 0.3.0)

archive_import: Import a remake archive

Description

Import a previously exported archive (see archive_export(). This function will overwrite files and objects. Be careful.

Usage

archive_import(archive_file = "remake.zip", verbose = TRUE,
  allow_missing_packages = FALSE, remake_file = "remake.yml")

Arguments

archive_file

Name of the zip file to import from

verbose

Be verbose when reading the remake file?

allow_missing_packages

Allow missing packages when loading remake file?

remake_file

Remake file to read, by default remake.yml.