Description Usage Arguments Value Examples
Remove a specific image from the Pastec index.
1  | remove_image(image_id, server)
 | 
image_id | 
 Integer. An image id in the Pastec index.  | 
server | 
 Pastec server.  | 
On successful addition, silently returns list with server response.
1 2 3 4 5 6 7 8 9 10  | ## Not run: 
erasmus1 <- system.file("img", "RP-P-1906-1485.jpg", package = "PastecR")
ps <- open_pastec_server()
add_image(erasmus1, 1, ps)
str(remove_image(1, ps))
#> List of 2
#>  $ image_id: int 1
#>  $ type    : chr "IMAGE_REMOVED"
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.