postImageAnnotationsToDatabase | R Documentation |
Parse the .m output of the annotation script and send to the database.
postImageAnnotationsToDatabase(
annotation_path,
auth_token,
image_id,
post_table = TRUE
)
annotation_path |
path to the .m output of the matematica annotation script |
auth_token |
your user authentication token to the database. See
|
image_id |
numeric ID from the capsuleImage table which identifies a given image |
post_table |
boolean, default TRUE. Set to FALSE to prevent sending the data to the database, and instead return the dataframe |
http response if post_table is true, otherwise the dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.