I'm just starting to learn the rmarkdown package. I do not use Rstudio . I use the standard R environment. What I did was as follows.
I created a new R document. Began to enter a few lines in rmarkdown format. Saved file with the extension Rmd . I saved the file in the working directory. I installed pandoc using the pkg file. I installed the package 'rmarkdown'. Uploaded package. Used the following command to render the Rmd file.
rmarkdown::render("Untitled.Rmd")
I get the following error.
Error in tools :: file_path_as_absolute (input): file 'Untitled.Rmd' does not exist
I tried all possible ways, such as specifying the exact path instead of the file name, etc. But nothing happened. I googled the error message and found that no one had a similar error. Can someone help me with this. What am I missing? What does the error message mean?
installation r r-markdown
Veera
source share