remove_duplicates: Remove duplicate entries

Description Usage Arguments Examples

Description

This function removes functions that have the same name. This is needed mostly for the function ".onLoad".

Usage

1

Arguments

l0

A pairlist of edgelist and nodelist.

Examples

1
2
3
4
5
6
7
## Not run: 
build_graph_from_dir("R/") %>%
  remove_duplicates() %>%
  prepare_graph_Rgraphviz() %>%     # Add plotting parameters
  start_app()

## End(Not run)

kcf-jackson/funGraphs documentation built on May 9, 2019, 5:48 a.m.