Learn R Programming

rmangal (version 2.2.2)

get_citation: Retrieve all references pertaining to the networks collection or individual network

Description

Retrieve all references pertaining to the networks collection or individual network

Usage

get_citation(x)

# S3 method for mgNetwork get_citation(x)

# S3 method for mgNetworksCollection get_citation(x)

Value

Bibtex entries as a character vector.

Arguments

x

an object of class mgNetworksCollection or mgNetworks.

Methods (by class)

  • 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.

Examples

Run this code
# \donttest{
# 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)
# }

Run the code above in your browser using DataLab