https://github.com/hmeleiro/formulatv
FoRmulaTV is a simple web scraper for downloading spanish tv audience data from formulatv.com.
https://github.com/hmeleiro/formulatv
Last synced: 3 months ago
JSON representation
FoRmulaTV is a simple web scraper for downloading spanish tv audience data from formulatv.com.
- Host: GitHub
- URL: https://github.com/hmeleiro/formulatv
- Owner: hmeleiro
- Created: 2018-06-13T10:33:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T17:34:42.000Z (almost 7 years ago)
- Last Synced: 2025-01-02T19:21:48.296Z (5 months ago)
- Language: R
- Size: 1.57 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FoRmulaTV
FoRmulaTV is a simple web scraper for downloading spanish tv audience data from formulatv.com.# How to install FoRmulaTV
In your R terminal type the following command:```
devtools::install_github("meneos/FoRmulaTV")
```# How to use FoRmulaTV
FoRmulaTV is a one function package. It downloads the audience data of the 25 most watched tv shows of spanish television of a given date interval. The following command will download audience data from the 5th until the 31th of january, 2018. FoRmulaTV will create a csv file in a specified path and will load it to the enviroment as a data frame.
```
library(FoRmulaTV) # Load the packageformulatv("VALID-PATH-IN-YOUR-COMPUTER", "2018-01-05", "2018-01-31") # Run the function
```# Examples of usage



