Examveda

What will be the output of the following R code?
> rpois(10, 1)

A. [1] 7 0 1 1 2 1 1 4 1 2

B. [1] 0 8 1 1 2 1 1 4 1 2

C. [1] 0 0 1 1 2 1 1 4 1 2

D. [1] 0 0 0 0 0 0 0 1 4 1 2

Answer: Option C


This Question Belongs to R Programming >> Data Manipulation With Dplyr

Join The Discussion

Related Questions on Data Manipulation with dplyr