Hello Christophe, thank you for your kind reply explanation. I tried dput but when I do not wish to have all the columns, I tried to select but it did not work, how do I use dput and select columns?
I am not sure how to correctly use tribble::df_paste(movie_frame). I tried
tribble::movies_paste(movie_frame)
datapasta::tribble_paste(movie_frame)
My frame is supposed to look something like this.
data.frame(stringsAsFactors=FALSE,
title_type = c("Feature film","Feature film", "TV Movie",
"Documentary", "Documentary", "Feature film", "Feature film", "Feature film", "TV Movie", "TV Movie",
"Feature film", "Feature film", "TV Movie",
"Documentary", "Documentary", "Feature film", "Feature film", "Feature film", "TV Movie", "TV Movie"),
imdb_rating = c(2, 3, 2, 10, 8, 3, 3, 2, 8, 5, 2, 3, 2, 10, 8, 3, 3,
2, 8, 5))