Save sync_status file
save_sync_status.Rd
Save sync_status file
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)
} # }