Created
January 9, 2023 10:40
-
-
Save cindyangelira/0c97ea85181820455697c44b35b5d99b to your computer and use it in GitHub Desktop.
read_Survdf
This file contains 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
set.seed(1) | |
df <- read_csv("Dialysis.csv") | |
head(df) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment