Skip to content

Practicing a Reproducible Analytical Pipeline by using Bruno Rodrigues' book: Building reproducible analytical pipelines with R

Notifications You must be signed in to change notification settings

JT-39/RAP_BrunoR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Housing data for Luxembourg

These scripts for the R programming language download nominal housing prices from the Observatoire de l'Habitat and tidy them up into a flat data frame.

  • save_data.R: downloads, cleans, and creates data frames from the data
  • analysis.R: creates plots of the data

The aim is to build a fully functional and complete Reproducible Analytical Pipeline (RAP). I hope to continue the skills I learn from this in my own professional work.

New:

RAP.BrunoR.nosync

R-CMD-check

The goal of RAP.BrunoR.nosync is to …

Installation

You can install the development version of RAP.BrunoR.nosync from GitHub with:

# install.packages("devtools")
devtools::install_github("JT-39/RAP_BrunoR")

House price analysis in Luxembourg

This package contains functions to get, clean and analyse housing price data for Luxembourg.

library(RAP.BrunoR.nosync)

About

Practicing a Reproducible Analytical Pipeline by using Bruno Rodrigues' book: Building reproducible analytical pipelines with R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages