Description Usage Arguments Value Examples
Add columns corresponding to the original, as well as medium and small thumbnails of images as stored on the formhub server.
1 | addPhotoURLs(formhubDataObj, formhubUsername, type = "url")
|
the |
formhubData object which to create URLs from. |
the |
formhub username of the person who owns this form. |
type: |
"url" or "img". URL only puts image url in, img puts image tag in. |
a formhubData object, with a few additional URL columns
1 2 3 | good_eats <- as.data.frame(formhubDownload("good_eats", "mberg"))
good_eats_with_photos <- addPhotoURLs(good_eats, "mberg")
grep("URL", names(good_eats_with_photo), value=T) # the new columns
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.