cleanup after adding MYSPE to .myProfile.R

This commit is contained in:
hyginn 2020-09-24 20:16:41 +10:00
parent 9323c57549
commit 861db60879

View File

@ -77,6 +77,7 @@ if (! file.exists("./myScripts/.myProfile.R")) {
cat(sprintf("MYSPE (%s) was added to \"./myScripts/.myProfile.R\"\n\n",
getMYSPE(myStudentNumber)))
MYSPE <- getMYSPE(myStudentNumber) # ... define it for immediate use
rm(prf, iEmail, out) # cleanup
}
cat("... done.\n\n")
}