fatsecretRmethod: fatsecretR REST API

Description Usage Arguments Value Author(s)

Description

fatsecretR REST API

Main worker method for all REST API calls

Usage

1
2
3
4
5
fatsecretR(object, method, param, user_token = NULL, user_secret = NULL)

## S4 method for signature 'fatsecret'
fatsecretR(object, method, param, user_token = NULL,
  user_secret = NULL)

Arguments

object

a fatsecret object

method

a character specifying a REST API method

param

a character specifying parameters which correspond to the selected method

user_token

a character of a oauth_token for a user (default = NULL)

user_secret

a character of a oauth_secret for a user (default = NULL)

Value

a data.frame

Author(s)

Tom Wilson tpw2@aber.ac.uk


wilsontom/fatsecretR documentation built on May 4, 2019, 6:28 a.m.