2021-11-16 05:31:48 +00:00
|
|
|
# myScript.R
|
|
|
|
#
|
|
|
|
# --- As you work with this file, you can delete the instructions below --------
|
|
|
|
# Write your notes and code experiments into this document. Save it
|
|
|
|
# from time to time - however I recommend that you do not _commit_
|
|
|
|
# your saved version.
|
|
|
|
#
|
|
|
|
# As long as you do not _commit_ this script to version control,
|
|
|
|
# you can _pull_ updated versions of the entire project from GitHub
|
|
|
|
# by using the RStudio version control interface. However, once
|
|
|
|
# you _commit_ any file in your local version, RStudio will require
|
|
|
|
# you to resolve conflicts before you can _pull_ updates.
|
|
|
|
# --- As you work with this file, you can delete the instructions above --------
|
|
|
|
#
|
|
|
|
## Purpose: <...>
|
|
|
|
#
|
|
|
|
# Version: <...>
|
|
|
|
#
|
|
|
|
# Date: <...>
|
|
|
|
# Author: <Name> (<namee@mail.utoronto.ca>)
|
|
|
|
#
|
|
|
|
# Versions:
|
|
|
|
#
|
|
|
|
# <number> <Features>
|
|
|
|
#
|
|
|
|
# TODO:
|
|
|
|
# <...>
|
|
|
|
#
|
|
|
|
# ====================================================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# [END]
|
|
|
|
|