Quiz on Data Structures
Test your understanding of data structures.
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)
Question 1 of 50 attempted
Get hands-on with 1400+ tech skills courses.