Skip to content
Snippets Groups Projects
Commit 5399d1e3 authored by Carine Rey's avatar Carine Rey
Browse files

add Antoine's comments

parent df6b2310
No related branches found
No related tags found
1 merge request!6Switch to main as default branch
......@@ -248,7 +248,7 @@ To call mathematical function you must with `function_name(<number>)`.
For example, for the natural logarithm:
```{r calculatorstep8, include=TRUE}
log(1) # natural logarithm
log(2) # natural logarithm
```
```{r calculatorstep9, include=TRUE}
......@@ -402,7 +402,7 @@ This is called autocompletion, don't hesitate to spam your `tabulation` key as y
Variable names can contain **letters**, **numbers**, **underscores** and **periods**.
They **cannot start with a number** nor contain spaces at all.
They **cannot start with a number or an underscore** nor contain spaces at all.
Different people use different conventions for long variable names, these include:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment