Nothing
# contains string literals. -----------------------------------------------
# CCRI metrics ------------------------------------------------------------
# nolint start: object_name_linter
#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_BETWEENNESS <- "betweeness"
#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_NODE_STRENGTH <- "node_strength"
#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_NEAREST_NEIGHBORS_SUM <- "sum_of_nearest_neighbors"
#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_EIGEN_VECTOR_CENTRALITY <- "eigenvector_centrality"
#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_CLOSENESS_CENTRALITY <- "closeness"
#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_DEGREE <- "degree"
#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_PAGE_RANK <- "page_rank"
#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_EAST <- "east"
#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_WEST <- "west"
#' global variable containing string. Not intended to modify.
#' @keywords internal
STR_DISTANCE_MATRIX <- "distance_matrix"
# nolint end
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.