save_webserver: Return a javascript function to save data via a script on the...

Description Usage Details Value See Also

View source: R/save_webserver.R

Description

Return a javascript function to save data via a script on the webserver

Usage

1

Details

The purpose of the save_webserver() is to return a javascript function that, when called from within the jsPsych experiment, will write the data to the server. This assumes that the experiment will be run on a (php)script-enabled webserver. This way, you know the data will never touch any other computer than the server you've presumably secured and have data processing agreements in place for.

Value

Return a javascript function to save data via a script on the webserver

See Also

run_webserver, download_webserver


djnavarro/jaysire documentation built on April 12, 2021, 4:25 a.m.