An open API service indexing awesome lists of open source software.

https://github.com/dcs-training/efideepdive


https://github.com/dcs-training/efideepdive

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# EFI Computational Research Deep Dive
Welcome to the EFI computational Research Deep Dive Repo. In here you can find material and code to analyse the Scottish Statistical Accounts Data and see computational method in practice.

## Content of the Repository
The repository contains both the code and the material you are going to need to play around with the dataset.
If you only want to visualise the notebook without running its content you can visualise it at [this address](https://htmlpreview.github.io/?https://github.com/DCS-training/EFIDeepDive/blob/main/EFIDeepDiveNoteable.html).

## How to use it

### On Noteable
1. Go to https://noteable.edina.ac.uk/login
2. Login with your EASE credentials
3. Select RStudio as a personal notebook server and press start
4. Go to File >New Project>Version Control>Git
5. Copy and Paste this repository URL [https://github.com/DCS-training/EFIDeepDive](https://github.com/DCS-training/EFIDeepDive) as the Repository URL
6. The Project directory name will filled in automatically but you can change it if you want your folder in Notable to have a different name
7. Decide where to locate the folder. By default, it will locate it in your home directory
8. Press Create Project

Congratulations you have now pulled the content of the repository on your Notable server space the last thing you need to do is to install the packages not already installed in Noteable.

#### Open the code file
1. Double-click on the `EFIDeepDiveNoteable.Rmd`
2. This is an [R Markdown](http://rmarkdown.rstudio.com) Notebook. When you execute code within the notebook, the results appear beneath the code.
3. Try executing a chunk by clicking the *Run* button within the chunk or by placing your cursor inside it and pressing *Ctrl+Shift+Enter*.
4. The first block `Libraries Install and Load` will install and load the package you need. it may take some time to fully run.

### On Posit
1. Go to https://posit.cloud/
2. Signup either via Gmail or GitHub
3. Go on New Project
4. New Project from Git Repository
5. Copy and Paste this repository URL [https://github.com/DCS-training/EFIDeepDive](https://github.com/DCS-training/EFIDeepDive) as the Repository URL
6. The Project directory name will filled in automatically

Congratulations you have now pulled the content of the repository on your Notable server space the last thing you need to do is to install the packages you will need for this tutorial.

#### Open the code file
1. Double-click on the `EFIDeepDivePosit.Rmd`
2. This is an [R Markdown](http://rmarkdown.rstudio.com) Notebook. When you execute code within the notebook, the results appear beneath the code.
3. Try executing a chunk by clicking the *Run* button within the chunk or by placing your cursor inside it and pressing *Ctrl+Shift+Enter*.
4. The first block `Libraries Install and Load` will install and load the package you need. it may take some time to fully run.

## Data
The data in here have been collected from the Scottish Statistical Accounts Data https://collectionsmanager.is.ed.ac.uk/handle/10683/119269 and the National Records of Scotland https://www.nrscotland.gov.uk/statistics-and-data/geography/our-products/other-national-records-of-scotland-nrs-geographies-datasets/historic-civil-parishes-pre-1891

## Licence of the material
All the material collected here is covered by a CC-BY-NC 4.0 License