Quiz on Data Structures
Test your understanding of data structures.
We'll cover the following...
We'll cover the following...
Quiz - Data Structures
1.
What code line changes the data type of an x
variable?
A.
convert(x,'character')
B.
mutate(x, as = 'character')
C.
as.character(x)
D.
type.character(x)
1 / 5