Skip to content
View lvalnegri's full-sized avatar
📦
working on my R packages
📦
working on my R packages
  • London, UK
Block or Report

Block or report lvalnegri

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lvalnegri/README.md

Hello there

  • 🔭 I’m currently working on GIS, mapping and spatial analysis for UK and Italy, building SaaS for geomarketing
  • 🌱 I’m currently learning electronics and IoT with arduino and Raspberry Pi
  • 👯 I’m looking to collaborate on anything interesting, exciting, unusual, weird

Pinned

  1. RbndUK RbndUK Public

    R 2

  2. RgeoUK RgeoUK Public

    HTML 1

  3. workshops-setup_cloud_analytics_machine workshops-setup_cloud_analytics_machine Public

    Tips and Tricks to setup a cloud machine for Analytics and Data Science with R, RStudio and Shiny Servers, Python and JupyterLab

    SCSS 16 5

  4. shiny-uk_eatout shiny-uk_eatout Public

    R

  5. workshops-gis_day_2020 workshops-gis_day_2020 Public

    Mapping exercise for the GIS DAY 2020, Wednesday November 18, 2020

    R 1

  6. Download and clean UK MHRA Yellow Ca... Download and clean UK MHRA Yellow Card Reporting for Covid Vaccines
    1
    message('Validating update...')
    2
    url <- 'https://www.gov.uk/government/publications/coronavirus-covid-19-vaccine-adverse-reactions/coronavirus-vaccine-summary-of-yellow-card-reporting'
    3
    x1 <- as.Date( 
    4
            gsub('Updated ', '', rvest::html_text(rvest::html_node(xml2::read_html(url),'.publication-header__last-changed'))),
    5
            '%d %B %Y'