Discuss, Learn and be Happy דיון בשאלות

help brightness_4 brightness_7 format_textdirection_r_to_l format_textdirection_l_to_r

How to append a value to a vector in R?

1
done
by
מיין לפי

What is the result of `c(1,2,3) * c(1,2)` in R?

1
done
by
מיין לפי

How to access the third element of a list `lst` in R?

1
done
by
מיין לפי

כיצד לחשב את סכום הריבועי של וקטור מספרי `x`?

1
done
done
by
מיין לפי

What is the output of `which.min(c(3, 1, 4))` in R?

1
done
by
מיין לפי

What is the output of `nchar(c("Hello", "world!"))` in R?

1
done
by
מיין לפי

How to remove missing values from a vector `x` in R?

1
done
by
מיין לפי

כיצד להחל את פונקציה "f" על כל אלמנט בוקטור "x" ?

1
done
by
מיין לפי

What is the result of `c(TRUE, FALSE, TRUE) & c(TRUE, TRUE, FALSE)` in R?

1
done
by
מיין לפי

What is the output of `paste0("Hello", "world!")` in R?

1
done
by
מיין לפי