I am trying to knit an RMD file to pdf using the code in this picture yet i get an error prompt
what am i doing wrong ?
I am trying to knit an RMD file to pdf using the code in this picture yet i get an error prompt
what am i doing wrong ?
The honest answer: I don't know and I can only guess.
Your screenprint (please avoid these when you can) suggests that your first R chunk starts at line 44.
That would mean that lines 33 and 34 are considered text and not code ??
Maybe you meant to write
```{r loaddata}
transaction_data <- read_csv( .....)
customer_behaviour <- read_csv( .....)
```
Your solution worked !. Thanks a lot
This topic was automatically closed 7 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.