I'm trying to create an R Markdown report using some data I've uploaded, converted to a tbl and transposed.
As you can see in the following snapshot I know that R is reading the data because it appears under the ```{r} command.
However it is not rendering as a Markdown file and I receive the following error in the R Markdown Console:
Error in eval(expr, envir, enclose) : object 'Becas' not found Calls: ... handle -> withCallingHandlers -> with Visible -> eval -> eval Execution halted.
Any suggestions?