Create a vector

  Feeling lucky? You better, because this chapter takes you on a trip to the City of Sins, also known as *Statisticians Paradise*! 

Thanks to R and your new data-analytical skills, you will learn how to uplift your performance at the tables and fire off your career as a professional gambler. This chapter will show how you can easily keep track of your betting progress and how you can do some simple analyses on past actions. Next stop, Vegas Baby... VEGAS!!

Instruction

# Define the variable vegas vegas <- # Define the variable vegas vegas <- "Go!" test_object("vegas", incorrect_msg = "Make sure that you assign the correct value to `vegas`. Do not forget that R is case sensitive!") success_msg("Great! Head over to the next exercise.")

Just type the following line in the editor:

vegas <- "Go!"

Previous: 1-8 | What's that data type?

Next: 2-2 | Create a vector (2)

Back to Main