Automatically store screenshots of your website with R
Capture screenshots of a website daily and store the images as a data set, where you can pick a date and see how the website was looking on that specific day.
Read articleCategory
12 posts in this category
Capture screenshots of a website daily and store the images as a data set, where you can pick a date and see how the website was looking on that specific day.
Read articleGet immediate message to your Slack workspace when an error occurs in one of your R scripts. This is the perfect solution if you are using scheduled scripts.
Read articleI just stumbled upon a new favorite function in R, the possibility to upload HTML files directly via FTP from the console. This means that you can create a script, extracting and cleaning data, then plot the relevant...
Read articleCreate a dataset in Google BigQuery, containing information about all titles in IMDB. Use R to extract, rewrite and then upload the data you need.
Read articleSchedule your data to be imported into BigQuery with a virtual machine running RStudio and Cron. Step by step guide to help you get it running!
Read articleSet up your own virtual machine in Google Cloud with RStudio installed by using compute engine and a little bit of code from Mark Edmondson in R!
Read articleHelpful script to automatically create data frames in R from clipboard. Super useful to quickly import data from Excel or websites.
Read articleImport all review data from Trustpilot in R to use as a data table or to visualize. Create your own subsets by verified status, given reviews, review length etc
Read articleGain valuable insights by grouping all your online customers in Google Analytics into customer journeys with this R script. Perfect for attribution analysis!
Read articleFind out what products your customers are buying together in the same transaction. A great way to find related products by using R and Google Analytics.
Read articleUsing R to extract data from Google Analytics and uploading it to BigQuery. A simple script that combined with scheduling will work as a great connector.
Read articleHow to run code in an R script only once on first run. This is a super easy function and it will make your life so much easier when working in R.
Read article