| post_meta | R Documentation | 
If a file with the same name already exists in Sites_meta, the
on_exists argument specifies how to manage the conflict.
post_meta(files, on_exists = c("stop", "skip", "replace", "merge"),
  verbose = TRUE)
files | 
 character one or more files to post to SB  | 
on_exists | 
 character. what should be done when an item already exists?  | 
verbose | 
 logical. Should status messages be given?  | 
an item list
Alison Appling
## Not run: 
login_sb()
set_scheme("mda_streams_dev")
metafile <- stage_meta(sites=list_sites(), folder="temp")
post_meta(metafile, on_exists="stop", verbose=TRUE)
set_scheme("mda_streams")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.