The goal of dsExampleClient is to show how to write a basic DataSHIELD client-side package.
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/myNewPackageClient