Last active
March 2, 2016 10:48
-
-
Save jennybc/0be6e2caec184086ac3c to your computer and use it in GitHub Desktop.
Put a JPG in a Google Sheet cell from R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(googlesheets) | |
cdp <- "http://i.imgur.com/lrg4uy5.jpg" | |
cell_contents <- paste0("=IMAGE(\"", cdp, "\", 2)") | |
ss <- gs_new("cute-dog-photo-in-cell-2", input = cell_contents) | |
gs_browse(ss) ## you'll have to change the row size in the browser | |
## ss$browser_url | |
## https://docs.google.com/spreadsheets/d/1_tV_Iflm_z-QM2C6gPCR9Azbzrfk0VqMx-wrgTlbko8/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check it out:
https://docs.google.com/spreadsheets/d/1_tV_Iflm_z-QM2C6gPCR9Azbzrfk0VqMx-wrgTlbko8/