🚀 Launch OFFER 🚀 Free 10 Credits for all newly created accounts - Get Started for Free (No Credit Card required) Click Here.

Search for your subset of questions

Question Code

1175

Question

How do you insert COMMENTS in the R code?

Answers

# This is a comment

/* This is a comment

// This is a comment

** This is a comment

Question Code

1177

Question

How can you assign the same value to multiple variables in one line?

Answers

var1, var2, var3 = "Apple"

var1, var2, var3 <- "Apple"

var1 <- var2 <- var3 <- "Apple"

var1. var2. var3 = "Apple"

Sign up to unlock the question bank

Sign up now

Already have an account? Log in

© 2024 merreo - All rights reserved.