Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2. 5. Challenge For this challenge you will need to: 1. Create a new script file 2. Save your script file in the /workspace directory
2. 5. Challenge For this challenge you will need to: 1. Create a new script file 2. Save your script file in the /workspace directory and name it EXACTLY as shown below: Challenge 25.R 3. Be sure to save your challenge to the file you just created when you are finished editing. Using an Rscript window, perform the following actions. 1. Create a vector using the values 15, 22, 27, 45, 62, 5 and store it in a variable called lottery_nums. 2. Include a header row with the labels Num1, Num2. Num3, Num4, Num5, PowerBall. 3. Then print the contents of lottery_nums. Check it
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started