--- a
+++ b/man/get_n.Rd
@@ -0,0 +1,35 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/2-2.manipulate.R
+\name{get_n}
+\alias{get_n}
+\title{Get network information}
+\usage{
+get_n(go, index = NULL, simple = FALSE)
+}
+\arguments{
+\item{go}{metanet object}
+
+\item{index}{attribute name, default: NULL}
+
+\item{simple}{logical, get simple index}
+}
+\value{
+data.frame
+}
+\description{
+Get network information
+}
+\seealso{
+Other manipulate: 
+\code{\link{anno_edge}()},
+\code{\link{anno_vertex}()},
+\code{\link{c_net_annotate}()},
+\code{\link{c_net_filter}()},
+\code{\link{c_net_load}()},
+\code{\link{c_net_save}()},
+\code{\link{c_net_union}()},
+\code{\link{get_e}()},
+\code{\link{get_v}()},
+\code{\link{is_metanet}()}
+}
+\concept{manipulate}