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()