Skip to content
Snippets Groups Projects
Commit a1ea7e09 authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Update documentation

parent fd71145e
Branches
No related merge requests found
# Frequent Itemsets > Documents > References.md
# Frequent Patterns > Documents > References.md
## Description
......@@ -7,8 +7,12 @@ All references to external logic. Includes anything from stack overflow links to
## R
### Run Entire Script
### Run Entire Script in R Studio
<https://stackoverflow.com/a/12766667>
### Clear R-Studio Console
<https://stackoverflow.com/a/16084793>
### Run R Script in Terminal
Because RStudio seems like a pretty bad IDE. Surprisingly, Terminal + Sublime Text is better.
<https://support.rstudio.com/hc/en-us/articles/218012917-How-to-run-R-scripts-from-the-command-line>
......@@ -8,8 +8,8 @@ Full pdf report is available at `documents/a3_report.pdf`.
## Running the Program
The associated R program is located at `a3.r`.<br>
Recommended to run via R-Studio.
The associated R program is located at `a3.r`.
On Ubuntu systems, run via `Rscript ./a3.r` in console.
## References
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment