Data comes from kaggle
https://www.kaggle.com/tmdb/tmdb-movie-metadata
It is in a nested data format. Convert this data to flat data in csv format.
Data comes from kaggle
https://www.kaggle.com/tmdb/tmdb-movie-metadata
It is in a nested data format. Convert this data to flat data in csv format.
Long form essays | |
andrewchen.co | |
Referrals at Airbnb | |
https://www.youtube.com/watch?v=SS9wGKuGVt4 | |
GrowthHackers | |
https://growthhackers.com/ | |
Hacker news – more general |
# Use these lines to call the script | |
# setInternet2(TRUE) | |
# source("https://gist.githubusercontent.com/dataewan/9188690/raw/") | |
# this function lets you rotate the x axis labels on a ggplot | |
rotate_x_axis <- function(angle = 90, hjust = 1){ | |
return(theme(axis.text.x = element_text(angle = angle, hjust = hjust))) | |
} |