# 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 :: Extract number from string field R |
R :: change from matrix to a dataframe in r |
R :: How to Convert a Factor in R |
R :: how to create dictionary in R |
R :: principal component analysis in r |
R :: columns of a datafram in r |
R :: remove row from matrix r |
R :: rep in r |
R :: r replace na with 0 |
R :: describe data in r |
R :: R darekn color |
R :: r extract top values from data frame |
R :: for R |
R :: replace_na |
R :: r get date from year and day |
R :: calculated defualt values in R function parameters |
R :: insert a png in R |
R :: logistic distribution CDF in r |
R :: cbind vectors of different lengths r |
R :: negate R |
R :: R test if variable is NA |
R :: next element in a loop if error in r |
R :: how to combine multiple time series in r |
Rust :: how to cahce clean cargo |
Rust :: rust null |
Rust :: rust hello world |
Rust :: rust variables in println |
Rust :: armanriazi•rust•syntax•names |
Rust :: get last index of string rust |
Rust :: rust•armanriazi•error•value used here after move |