README.md

Project Kamino

Project Status: Active - The project has reached a stable, usable state and is being actively developed. LICENSE.

The Data Science Campus has been investigating the use of ONS data in developing low area economic information without breaching the legal obligation to protect sensitive data. The level of detail and resolution required in the data, the greater the risk of it being disclosive. This project has explored methods of providing insight into datasets while preserving high resolution of both the geographical areas represented and specificity of the industries considered.

This package contains a Shiny application which consists of two main outputs (a map and a sankey widget) controlled by a panel of selection controls.

The app combines MMO fleet landings data, Companies House register data and The ONS Inter-Departmental Business Register to provide an analysis dashboard for the UK Fishing Industry.

Installation

You can install the app from github with:

# install.packages("devtools")
devtools::install_github("datasciencecampus/kamino")

Usage

To use the app, once you have it installed run

library(kamino)
run_fisheries_app()


datasciencecampus/kamino documentation built on May 20, 2019, 5:57 p.m.