EDA for Titanic

Published

July 2, 2023

x = 1
print(x)
1
y <- "This is R code"

print(y)
[1] "This is R code"