upload_graphic_fromurl imports a survey based on a loacl survey file

upload_graphic_fromurl(libraryId, name, fileUrl, contentType, folder = NULL)

Arguments

libraryId

the name of the survey where to import responses

name

Name of the graphic

fileUrl

URL to the file to import

contentType

image/jpeg, image/gif, image/png

folder

The folder where the graphic will be located

Value

the id of the uploaded graphic

Examples

if (FALSE) upload_graphic("SV_012345678912345", "./data.csv", "CSV")