drive_inSync | R Documentation |
Check if two Google Drive objects exist, and whether path 1 (the most derived file) is the same age or newer than path 2- path n (which are used to create path 1). A way of thinking about it is, we're asking is path 1 newer than path 2? If not, return FALSE.
drive_inSync(path1, path2)
path1 |
path to file of interest (e.g. that we expect to be newer than path 1, e.g. if it is created from the other paths)
|
path2 |
path to reference file (expected to be at least slightly older than path 1) |
logical; TRUE if path2>=path1 in age, within one second; otherwise FALSE
Other Google Drive Functions:
drive_contents()
,
drive_copy_missing_files()
,
drive_cp_dir()
,
drive_find_path()
,
drive_get_info()
,
drive_new_from_template()
,
drive_open()
,
init_lesson_meta()
,
update_teach_links()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.