View source: R/get_citations.R
get_citation | R Documentation |
Retrieve all references pertaining to the networks collection or individual network
get_citation(x)
## S3 method for class 'mgNetwork'
get_citation(x)
## S3 method for class 'mgNetworksCollection'
get_citation(x)
x |
an object of class |
Bibtex entries as a character vector.
get_citation(mgNetwork)
: Get BibTeX entries for the publication associated to the network.
get_citation(mgNetworksCollection)
: Get BibTeX entries for the publication associated to the networks.
# network collection
lagoon_net_collection <- get_collection(search_datasets("lagoon"))
get_citation(lagoon_net_collection)
# individual network
mg_18 <- get_network_by_id(18)
get_citation(mg_18)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.