Search
 
SCRIPT & CODE EXAMPLE
 

R

generate all possible combinations of a set of characters r

x <- c("T", "A", "C", "G")

do.call(expand.grid, rep(list(x), 3))
Comment

PREVIOUS NEXT
Code Example
R :: if not i startswith r 
R :: find data type of vector r 
R :: r loops 
R :: how to re-arrange weekdays in r 
R :: make a sequence of timeseries per day in r 
R :: how to transform days in years R 
R :: r return index of rows that have NA in dataframe 
R :: r change a single value in a dataframe 
R :: how to title plot in r 
R :: rmarkdown put date 
R :: r - remove NA 
R :: ggplot2 multiple lines geom_line 
R :: r merge columns 
R :: sequence r 
R :: ggplot2 legend text 
R :: r number of blanks in the data 
R :: count number of columns in r 
R :: replace_na 
R :: if condition is met skip to next iteration in a for loop in r 
R :: count r 
R :: count equal values in a vector 
R :: return the name of the dataset in r 
R :: cut function R 
R :: "R" multi-line comment 
R :: ISO 2 letter country code in r 
Rust :: rust lang sleep 
Rust :: rust copy trait 
Rust :: how to create a vector in rust 
Rust :: ndarray rust 
Rust :: rust html parser 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =