-
Hey! I am learning to use Rstudio for an assignment. |
Beta Was this translation helpful? Give feedback.
Answered by
dat-linux
Apr 7, 2023
Replies: 1 comment
-
Is Fertility_rate spelled correctly? Look at the dataset to see. It is case sensitive. Attribute name must be exact match. Run:
or
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dat-linux
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is Fertility_rate spelled correctly? Look at the dataset to see. It is case sensitive. Attribute name must be exact match. Run:
View(FR)
or
head(FR)