├── .editorconfig ├── Aggregate.md ├── Apply a Function over a List or Vector.md ├── Changing the Plot's Font Family.md ├── Characters.md ├── Creating Shortcuts.md ├── Data Frames.md ├── Dates and Times.md ├── Factors.md ├── Installing a Package.md ├── LICENSE.md ├── Lists.md ├── Modes.md ├── NA vs NULL.md ├── README.md ├── Typecasting.md ├── Vectors.md ├── data └── landdata-states.csv ├── ggplot.md ├── histograms.MD └── images ├── fontbook.png └── match.md /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/.editorconfig -------------------------------------------------------------------------------- /Aggregate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/Aggregate.md -------------------------------------------------------------------------------- /Apply a Function over a List or Vector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/Apply a Function over a List or Vector.md -------------------------------------------------------------------------------- /Changing the Plot's Font Family.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/Changing the Plot's Font Family.md -------------------------------------------------------------------------------- /Characters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/Characters.md -------------------------------------------------------------------------------- /Creating Shortcuts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/Creating Shortcuts.md -------------------------------------------------------------------------------- /Data Frames.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/Data Frames.md -------------------------------------------------------------------------------- /Dates and Times.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/Dates and Times.md -------------------------------------------------------------------------------- /Factors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/Factors.md -------------------------------------------------------------------------------- /Installing a Package.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/Installing a Package.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Lists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/Lists.md -------------------------------------------------------------------------------- /Modes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/Modes.md -------------------------------------------------------------------------------- /NA vs NULL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/NA vs NULL.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/README.md -------------------------------------------------------------------------------- /Typecasting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/Typecasting.md -------------------------------------------------------------------------------- /Vectors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/Vectors.md -------------------------------------------------------------------------------- /data/landdata-states.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/data/landdata-states.csv -------------------------------------------------------------------------------- /ggplot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/ggplot.md -------------------------------------------------------------------------------- /histograms.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/histograms.MD -------------------------------------------------------------------------------- /images/fontbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattm/r-cheat-sheet/HEAD/images/fontbook.png -------------------------------------------------------------------------------- /images/match.md: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------