A comment in R starts with the symbol _________.
- #
- ##
- --
- //
In R, the '#' symbol is used to denote a comment. Any text following this symbol on a line is ignored by the R interpreter. This is a useful way to annotate your code.
Loading...
Related Quiz
- Can you discuss the advantages and disadvantages of using pie charts for data visualization in R?
- What function is commonly used to create a basic scatter plot in R?
- Which data type in R is used to store true/false values?
- Suppose you need to extract a specific pattern from strings in a large dataset. How would you approach this task in R?
- How does R handle data frames that contain columns of different data types?