Skip to content

Instantly share code, notes, and snippets.

@prcleary
prcleary / ozone-foss-manual-setup.sh
Created July 13, 2023 06:41
Ozone FOSS Manual setup
# From: https://github.com/ozone-his/ozone-docker/blob/main/readme/manual-setup.md
cd ~/
# Then create the Ozone working directory and save the path:
export OZONE_DIR=$PWD/ozone && \
mkdir -p $OZONE_DIR && cd $OZONE_DIR
# Step 2. Clone the ozone-docker project
@prcleary
prcleary / example.R
Created January 13, 2021 20:42
Script for batch extraction of data from Microsoft Word forms, using function from deef Shiny app. Uses function from https://github.com/prcleary/deef so do check your forms are suitable for that.
# Save this script in a directory containing "input" and "output" directories.
# Open script in RStudio and make sure working directory is where script is.
# Packages required - install if needed
library(data.table)
library(stringr)
library(XML)
library(xml2)
# Directory containing forms