Learn R Programming

syncdr (version 0.1.1)

save_sync_status: Save sync_status file

Description

Save sync_status file

Usage

save_sync_status(dir_path)

Value

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

Arguments

dir_path

path to directory

Examples

Run this code
# \donttest{
# Set the directory path
e = toy_dirs()
left <- e$left

save_sync_status(dir_path = left)
# }

Run the code above in your browser using DataLab