Closed j-harbin closed 2 years ago
This function will work by looking at the date the file was made and compare it to the data_update in the index. If the local file date is OLDER than the date_update it will get the file again.
data_update
date_update
Determine when file was created: file.info("~/data/argo/ar_index_global_prof.rda")$ctime
file.info("~/data/argo/ar_index_global_prof.rda")$ctime
This was added in pull request https://github.com/ArgoCanada/argoFloats/pull/573. Closing issue.
This function will work by looking at the date the file was made and compare it to the
data_update
in the index. If the local file date is OLDER than thedate_update
it will get the file again.