Quotes help make search much faster. Example: "Practice Makes Perfect"
Wednesday, September 4, 2019
Codecademy Learn R Comments 3/12
#Sample Solution
---
title: "Introduction to R Syntax"
output: html_notebook
---
```{r}
#This will compute the volume of a cube with one side length equal to 3. This will result in 27
3 * 3 * 3
```
No comments:
Post a Comment