View source: R/sotkanet_cite.R
| sotkanet_cite | R Documentation | 
Crates a bibliography from selected Sotkanet data file.
sotkanet_cite(id, lang = "fi", format = "Biblatex")
id | 
 Indicator id.  | 
lang | 
 Language for the citation. Options are English (en), Finnish (fi) and Swedish (sv).  | 
format | 
 Default is "Biblatex", alternatives are "bibentry" or "Bibtex".  | 
a Biblatex, bibentry or Bibtex object.
See citation("sotkanet")
[utils::bibentry()] [RefManageR::toBiblatex()]
## Not run: 
SotkanetCite(10013, lang = "en", format = "Biblatex")
SotkanetCite(10012, lang = "fi", format = "Biblatex")
SotkanetCIte(10011, lang = "sv", format = "Biblatex")
SotkanetCite(10013, lang = "en", format = "bibentry")
SotkanetCite(10013, lang = "en", format = "Bibtex")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.