Skip to content
Course Notes: Introduction to R
Course Notes
Use this workspace to take notes, store code snippets, or build your own interactive cheatsheet! For courses that use data, the datasets will be available in the datasets
folder.
Add your notes here
# "symbol <- is used to create a variable"
# 'symbol ^ is called exponentiation'
# 'symbol %% is modulus . It gives remainder from the divison 28%%6'