The goal of dsExample is to show how to write a basic DataSHIELD server-side package.

Installation

Clone this repository by opening the terminal in R and typing:

git clone https://github.com/timcadman/dsExample my/target/path

To use this package as a template for your new DataSHIELD package, perform the following steps: - Log in to Github and create a github repository for your new package - Create a local folder for your new package and copy this repository to that folder - Open the terminal in R, navigate to the folder of your new package and type:

git init
git remote add origin https://github.com/myGithubUsername/myNewPackage