get_data: Getting data from oTree server This is the function that gets...

Description Usage Arguments Value Url format Examples

View source: R/get_data.R

Description

Getting data from oTree server This is the function that gets data from oTree-based server

Usage

1
get_data(website)

Arguments

website

the http url to the website with the data

Value

data.frame with data in it

Url format

the url can be preceded or not by 'http' or 'https' prefix. If it is not provided it will be added automatically.

Examples

1
get_data('www.myotreeapp.herokuapp.com')

chapkovski/otreer documentation built on May 29, 2019, 8:34 a.m.