How write inside code many lines comments ( know in one line #) it is possible? example like /* */ or or // etc.
I can write inside code Markdown like jupyter ( Notebook markdown) in https://rmarkdown.rstudio.com/ is some
I read later
Sorry
Thanks
There is no R language comment block delimiter; each line must begin with #. Within R Studio you can highlight a block and use CTRL SHIFT C or from the menu bar Code | C
#
Code | C
Thanks very match technocrat
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.