In my R Studio, I am not getting the option of Knit. So, how can I get that option? How can I download .Rmd file as I want to upload it in R Studio? Is there any option for converting the file from .CSV to .Rmd?

In my R Studio, I am not getting the option of Knit. So, how can I get that option? How can I download .Rmd file as I want to upload it in R Studio? Is there any option for converting the file from .CSV to .Rmd?

If you are having trouble with a specific rstudio.cloud project, be sure to include the URL of your project.

Be careful about sharing any private data or personally identifying information in the projects you make public.
-->

Hi @drsubirghosh08, check that you has installed Rmarkdown library.

Next, try to create a file .rmd

Im put an example

This create a new tab and you could see the knit option.


----'----
What do you mean with this:
''converting the file from .CSV to .Rmd?'' :thinking:

CSV files must first be imported and converted to a data frame or data table and that is used within Rmd chunks to display.

This topic was automatically closed 21 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.