Moved setting default stringsAsFactors to .myProfile.R since it needs to persist
This commit is contained in:
parent
61a2c01be4
commit
3082b05a0b
@ -3,10 +3,6 @@
|
|||||||
# This script is automatically executed on startup
|
# 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() {
|
init <- function() {
|
||||||
|
|
||||||
# Create a local copy of myScript.R if not done yet.
|
# Create a local copy of myScript.R if not done yet.
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
# Utility scripts will look for it on the path: "./myScripts/.myProfile.R"
|
# 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"
|
myEMail <- "<your-e-mail-address-here>" # e.g. "u.franklin@utoronto.ca"
|
||||||
myStudentNumber <- <your-student-number-here> # e.g. 1003141592
|
myStudentNumber <- <your-student-number-here> # e.g. 1003141592
|
||||||
|
Loading…
x
Reference in New Issue
Block a user