Skip to contents

Save sync_status file

Usage

save_sync_status(dir_path)

Arguments

dir_path

path to directory

Value

the file is saved in a _syncdr subdirectory within the specified directory

Examples

if (FALSE) { # \dontrun{
# Set the directory path
e = toy_dirs()
left <- e$left
# Save the sync status summary in the default format (or specified via options)
save_sync_status(dir_path = left)
} # }