# for 1 line of code
Using R Studio, you can do Control+Shift+C, or Command+Shift+C on macOS.
# comment statement : no multiline comments in R
R doesn’t support Multi-line and Documentation comments.
It only supports single-line comments drafted by a ‘#’ symbol.
# Single line comments; multi line comments aren't supported
# use "#" to comment
# Comment in R is similar as comment in Python
# The '#' sign is used for making commnet
# However there is no available syntax for making multiline comment
# so making multiline comment is similar as making more than one single line
# comment
Code Example |
---|
R :: grid.arrange |
R :: turn matrix into dataframe r |
R :: how to build random forest in r |
R :: remove rows in r based on row number using dplyr |
R :: r remove all string before : in r data frame |
R :: how to extract p value from lm in r |
R :: filter date in r |
R :: export csv file in r |
R :: na by column r |
R :: setwd in r |
R :: random r |
R :: how to throw an error in R |
R :: how to link world bank data into r |
R :: dataframe to r code |
R :: r value statistics |
R :: knn accuracy in r |
R :: Use regex to extract row in R (problem) |
R :: absolute value in r |
R :: dplyr mutate with conditional values |
R :: r performance matrix for confusion matrix |
R :: dotted y intercept line in ggplot |
R :: XLConnect |
R :: how to get the number of individual numbers in a vector in r |
Rust :: print number as binary in rust |
Rust :: rust case |
Rust :: read line rust |
Rust :: armanriazi•rust•vec |
Rust :: string and str to string rust |
Rust :: sort_by in rust |
Rust :: armanriazi•rust•concept•oop•state•pattern |