gravatar

Supti1991

Supti Kanta Mohapatra

Recently Published

IMDB Top 250 Movie Info
This is an R Markdown document which has R codes use to extract certain information from Top 250 IMDB movies. We extract all the required information and write those into a dataset (.csv) file so that we can use it for various types of analysis. In this article, it is shown how to extract data from IMDB website using “rvest” package in R. We also use SelectorGadget which is an open source tool use for CSS generation. Along with all this, we also need XML package.