5HAW

An old data scientist learning new tricks in 5 hours a week

Test post!

Posted at — May 28, 2019

This is just a post to see if I can get it to work!

x <- rnorm(1000)
y <- rnorm(1000)
myData <- data.frame(x,y)

myData %>% ggplot(aes(x,y)) + geom_point()

comments powered by Disqus