Coder Social home page Coder Social logo

housing_pipelines's Introduction

Hi there πŸ‘‹ I'm Pablo

  • πŸ”­ Building a Time Series model pipeline using Targets and TSstudio packages
  • ⚑ Recently gained some experience integrating RStudio and GitHub workin on 'climate_viz' project
  • 🌱 Improving my R, Git and Python skills building my personal website
  • πŸ‘― Promoting R, Python and Git on my NHS team applying RAP principles

housing_pipelines's People

Contributors

pablo-source avatar pablo-tester avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

pablo-tester

housing_pipelines's Issues

Install required packages if needed in analysis script

For the β€œanalysis.R” script, before we load each package library(tidyverse), it is adsvised to check they are installed.
Add this code below to ensure packages are installed if necessary
If(!require("tidyverse")) install.packages("tidyverse")
If(!require("renv")) install.packages("renv")
If(!require("redxl")) install.packages("redxl")
If(!require("here")) install.packages("here")
If(!require("janitor")) install.packages("janitor")

Install required packages if necessary

Add this code below to ensure packages are installed if necessary

If(!require("tidyverse")) install.packages("tidyverse")
If(!require("renv")) install.packages("renv")
If(!require("redxl")) install.packages("redxl")
If(!require("here")) install.packages("here")
If(!require("janitor")) install.packages("janitor")

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.