# If a condition is met in a specific column (column "b" is 0),
# change the value in column "est". Here the value is replaced
# by the value for "a" in that same row where b == 0.
df$est[df$b == 0] <- df$a[df$b == 0]
df <- within(df, est[b==0] <- (a[b==0]-5)/2.533)
Code Example |
---|
R :: R for loop append to vector |
R :: filter only NA column in R |
R :: subset row r |
R :: string concatination R |
R :: geom_point r |
R :: regression in r with many variables |
R :: for R |
R :: for loop in R dictionary |
R :: attr(* label )= chr in r |
R :: how to use r with variable |
R :: how to source all fies from a directory in r |
R :: R Basic Syntax |
R :: rstudio github upload |
R :: ts object to data frame |
R :: str_extract all using mutate and toString |
R :: remove a loaded library from workspace r |
R :: change to posixct in r |
R :: pdlyr mutate string extract |
R :: ways to examine model in r |
R :: select number of row dataframe r |
Rust :: rust convertinging string to int |
Rust :: how to create a window in rust lang |
Rust :: rust string from bytes |
Rust :: enum in rust |
Rust :: class in rust |
Rust :: How to pass a string literal |
Rust :: armanriazi•rust•union |
Rust :: loop label in rust |
Rust :: how to get public addres from private key solana cli |
Rust :: armanriazi•rust•trait•where |