Beginner R
Q24 / 100

Which function converts a character string to numeric?

Correct! Well done.

Incorrect.

The correct answer is A) as.numeric()

A

Correct Answer

as.numeric()

Explanation

as.numeric() coerces its argument to a numeric type, returning NA with a warning if conversion is not possible.

Progress
24/100