Moved setting default stringsAsFactors to .myProfile.R since it needs to persist

This commit is contained in:
hyginn 2020-09-21 14:44:08 +10:00
parent 61a2c01be4
commit 3082b05a0b
2 changed files with 1 additions and 4 deletions

View File

@ -3,10 +3,6 @@
# This script is automatically executed on startup
# ==============================================================================
# DO NOT uncomment, unless you know exactly why, or have been instructed to
# do so:
# options(stringsAsFactors = FALSE)
init <- function() {
# Create a local copy of myScript.R if not done yet.

View File

@ -12,6 +12,7 @@
# Utility scripts will look for it on the path: "./myScripts/.myProfile.R"
#
# ==============================================================================
# options(stringsAsFactors = FALSE)
myEMail <- "<your-e-mail-address-here>" # e.g. "u.franklin@utoronto.ca"
myStudentNumber <- <your-student-number-here> # e.g. 1003141592