Description Usage Arguments Details Value Examples
coins_this
adds the COinS string to the end of the file which is
currently open in the RStudio source editor. You can call this functions via
the RStudio Addins or from the console.
1 | coins_this(path = "")
|
path |
String. |
coins_this
aborts execution if essential information for building a
correct citation is missing:
File has no YAML front matter.
YAML front matter has no title.
No author available in front matter, config.toml or in options.
No baseurl available
String (Message of success).
1 2 3 4 | ## Not run:
coins_this()
coins_this("content/post/filename.md")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.