Create a script only using Rstudio, by following the questionsbelow.
## Create a vector `numbers` that is the numbers 700 through999
## Using the built in length function, create a variable `len` thatis equal to the length of your vector
## `numbers`
## Using the `mean` function, create a variable `numbers_mean` thatis the mean of your vector `numbers`
## Using the `median` function, create a variable `numbers_median`that is the median of your vector `numbers`
## Create a vector `lower_numbers` that is the numbers 600:699
## Create a vector `all_numbers` that combines your `lower_numbers`and `numbers` vectors
Solution
fp-国客令4))
OR
OR