Giter Site home page Giter Site logo

statsrhian / levelup Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 568 KB

A package to read in specific yaml files and convert them to tibbles for analysis of CPD data.

Home Page: https://statsrhian.github.io/levelup/

License: GNU General Public License v3.0

R 100.00%
cpd professional-development yaml rmarkdown-template

levelup's Introduction

Hi I'm Rhian ๐Ÿ‘‹

Iโ€™m a data science leader, statistical consultant and #RStats expert, based in the U.K. Iโ€™m passionate about using statistics to help people make data driven decisions. I work at The Strategy Unit, improving the robustness and transparency of analytic work within the NHS, and supporting the NHS-R community. I'm also a Statistical Ambassador for the RSS engaging with the media, schools and wider public to improve statistical literacy.

This is what I'm up to now.

Some personal projects:

  • ๐Ÿ’ฌ Talks I've given
  • ๐Ÿš€ Automating CPD reports with levelup
  • ๐Ÿ Collating recipes I use in a quarto website

levelup's People

Contributors

allcontributors[bot] avatar statsrhian avatar

Watchers

 avatar

levelup's Issues

Add tags functionality

It would be nice to be able to tag activities on creation, and then analyse those tags later.

Example tags might be:

rstats, meetup, conference, statistics, rladies,

Don't define look up in the function?

types <- tibble(
    short = c("work", "professional", "formal", "self", "other"),
    long = c("Work based learning", "Professional activity",
             "Formal / educational", "Self-directed learning", "Other")
  )

This could be stored as a little csv?

Match type correctly

Stop if type doesn't match in new_cpd()

There is a proper function in R for matching arguments.

  if (!(type %in% types$short)) {
    stop("Unknown type")
  }

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.