if (FALSE) {
#############################################################################
# EXAMPLE 1: Move older files in '__ARCHIVE' directory
#############################################################################
# specify path
path1 <- "p:/IPN/Projects/PISA/Trend_2015/2__Data/All_Waves/"
# specify target directory which is an archive
path2 <- file.path( path1, "__ARCHIVE" )
# move files
files_move( path1, path2 )
}
Run the code above in your browser using DataLab