Skip to content
This repository was archived by the owner on Mar 25, 2020. It is now read-only.

Getting Started

Tom Wilson edited this page Apr 19, 2017 · 3 revisions

Installation

To install directly from GitHub;

install.packages("devtools")
devtools::install_github("wilsontom/fatsecretR")

To install from source;

git clone https://github.com/wilsontom/fatsecretR
R CMD build fatsecretR
R CMD INSTALL fatsecretR_0.1.0.gz

API Keys

Once you have installed fatsecretR you will also need to register as an API user with fatsecret. Once you have registered you will receive a Consumer Key and Shared Secret. Both of these keys should be kept private at all times.

Clone this wiki locally