This is for module 1: “Getting Help”
#> Error in parse(text = input): <text>:1:6: unexpected symbol
#> 1: This is
#>
#> Error in parse(text = input): <text>:1:6: unexpected symbol
#> 1: This is
#>
Hi. welcome To the forum.
We need more information about what you are doing. "Exercise 8 Bios" could be anything.
We need to see your code and some sample data.
Please supply the code by copying it and pasting it here between
```
````
This gives us formatted code that we can copy, paste and run .
To supply some sample data use the dput() function. Do dput(mydata) where "mydata" is the name of your dataset. For really large datasets probably dput(head(mydata, 100) will do. Paste it here between
```
```
You may also find this helpful.
It looks like you've put text in an R chunk in a .Qmd file. Either comment it out by preceding it with a # at the start of the line, or move it outside the R chunk