send.discord.msg | R Documentation |
Send message with differences in data
send.discord.msg(new.dat, old.dat)
new.dat |
new data |
old.dat |
old data, from previous day |
dat1 <- dgs.pt dat2 <- dat1 dat2[1, 3] <- 900000 send.discord.msg(dat2, dat1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.