All Projects → Public-Health-Scotland → scotpho-profiles-tool

Public-Health-Scotland / scotpho-profiles-tool

Licence: other
ScotPHO profiles tool code

Programming Languages

r
7636 projects
CSS
56736 projects

Projects that are alternatives of or similar to scotpho-profiles-tool

ciencia datos
El curso en español, de acceso abierto y gratuito más grande del mundo sobre Ciencia de Datos en salud.
Stars: ✭ 66 (+43.48%)
Mutual labels:  public-health
PowerAnalysisIL
Shiny app and R package to perform a power analysis to select the number of participants in intensive longitudinal studies
Stars: ✭ 19 (-58.7%)
Mutual labels:  shiny
pirate
🏴‍☠️ A personal platform for R programming
Stars: ✭ 36 (-21.74%)
Mutual labels:  shiny
datamods
Shiny modules to import data into an application or addin
Stars: ✭ 80 (+73.91%)
Mutual labels:  shiny
learning R
List of resources for learning R
Stars: ✭ 32 (-30.43%)
Mutual labels:  shiny
bfast-explorer
Breakpoint detection of Landsat pixel time series via BFAST-based algorithms, provided as a Shiny app
Stars: ✭ 17 (-63.04%)
Mutual labels:  shiny
covid-19-self-assessment
The tool takes the public through a series of questions to inform those who are concerned they may have contracted COVID-19.
Stars: ✭ 31 (-32.61%)
Mutual labels:  public-health
COVID19-Data
This is an Open Aggregated Dataset for the COVID19 Cases in Malta
Stars: ✭ 16 (-65.22%)
Mutual labels:  public-health
flexpivot
Simple frequency table
Stars: ✭ 19 (-58.7%)
Mutual labels:  shiny
waypointer
Waypoints & Animations for Shiny
Stars: ✭ 16 (-65.22%)
Mutual labels:  shiny
parcours-r
Valise pédagogique pour la formation à R
Stars: ✭ 25 (-45.65%)
Mutual labels:  shiny
rfrappe
htmlwidget for frappe charts js library
Stars: ✭ 24 (-47.83%)
Mutual labels:  shiny
topicApp
A simple Shiny App for Topic Modeling in R
Stars: ✭ 40 (-13.04%)
Mutual labels:  shiny
biomedical-blockchain
a map of all biomedical blockchain initiatives
Stars: ✭ 43 (-6.52%)
Mutual labels:  health-data
shinyChakraUI
A wrapper of the React library 'Chakra UI' for usage in Shiny.
Stars: ✭ 17 (-63.04%)
Mutual labels:  shiny
dog days
Using AWS RDS and S3 to store data about my dogs' vaccination and medical records. Creating an R shiny app to keep track of and share records with vets. 🐶 🐶
Stars: ✭ 44 (-4.35%)
Mutual labels:  shiny
pdfcount
An R Shiny App to Count Words in a PDF Document
Stars: ✭ 26 (-43.48%)
Mutual labels:  shiny
tRakt-shiny
Using trakt to graph show data and such. The on-it's-way-out incarnation of trakt.jemu.name
Stars: ✭ 17 (-63.04%)
Mutual labels:  shiny
rpivotTableMD
This is a Shiny app to fetch users' activity and interact with Rmarkdown (pdf/word) report
Stars: ✭ 16 (-65.22%)
Mutual labels:  shiny
workshops-setup cloud analytics machine
Tips and Tricks to setup a cloud machine for Analytics and Data Science with R, RStudio and Shiny Servers, Python and JupyterLab
Stars: ✭ 12 (-73.91%)
Mutual labels:  shiny

ScotPHO profiles tool

In this respository you can find the code used to produce ScotPHO's Online Profiles Tool.

Code

  • data_preparation: reads the data prepared for each indicator and produces a file for the shiny tool. It also prepares a geography lookup, indicator metadata and shapefiles. It's not necessary to run the app.
  • ui: visual interface, what the user can see in the app
  • server: deals with the server side: produces charts, creates reactive objects, etc.
  • global: datasets, functions, objects that are read both by server and ui
  • google-analytics: to allow tracking of visits to the app.
  • rsessioninfo: list that includes the R versions used to develop the app as well as the packages used and their versions. ##Folders
  • data: data used in the app, including shapefiles.
  • www: includes all the images and media used in the app.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].