Skip to content
View Russell-Shean's full-sized avatar

Block or report Russell-Shean

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
Russell-Shean/Readme.md

Hi There!

This is my personal account. It's a mix of finished project that could be put in a portfolio and a bunch of half-finished ideas. Here are some of the more finished projects:

  1. Batch Scripts to set up an R environment:
    Reproducible doesn't mean just the code, it has to include the software and environment used to run the software. This is a windows shell script to help your coworkers and/or boss install and setup R for the first time so they can run the cool code you wrote! No more "but I don't have R installed on my computer" excuses!
  2. Bigfoot Sightings Shiny:
    Here's an example of a Shiny project I've made. It's currently under construction while I make a bigger, better, badder 2.0 version, but I've still included V.1.0 in this list because it shows a bunch of cool CSS and JS tricks that can be employed to make a shiny shinier.
  3. Power Bpy:
    Do you wish you could build dashboard with python or R, but can't because the client specifically asked for Power BI or your employer only supports publishing Power BI? Do you love love love Power BI, but wish there was a way to automatically generate parts of your dashboard to speed up your development process? Introducing Power Bpy, a python package that lets you create Power BI dashboards using functions 💪 instead of the point-and-click interface 🥹. Dashboards created using these functions can be opened, edited and saved normally in Power BI desktop.

Pinned Loading

  1. bigfoot_sightings bigfoot_sightings Public

    A web app with interactive visualizations of bigfoot sightings.

    R 1

  2. batch_scripts batch_scripts Public

    Here are batch scripts we use to set up an R environment and run R scripts

    Batchfile 1

  3. faxed_lab_results faxed_lab_results Public

    Health Departments still receive millions of faxes. 🥹 Here's a demonstration of how to automatically extract data and sort them.

    R 1

  4. PBI-dashboard-creator PBI-dashboard-creator Public

    This is a python module that can be used to automatically create PowerBI dashboards using the .pbir file type

    Python