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
These exercises can be a bit tricky when you're first getting used to the syntax, but it's the best way to make the logic stick. If you're still running into specific errors with the output, feel free to share a small snippet of your code - it’s usually just a misplaced bracket or a missing library!
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.