Last active
May 7, 2020 07:52
-
-
Save VictorOmondiCDS/2838ce48915f63e264c05229f0564404 to your computer and use it in GitHub Desktop.
Creating a variable age and assign numeric to it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
age <- 17 | |
age |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name.first = "Victor" | |
name.first |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17347.3847 -> weight_kgs | |
weight_kgs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment