print.function_map: Print method for a function map object.

Description Usage Arguments Value

View source: R/print.R

Description

The object can be the map of an R file, a folder containing R files, or an R package. It prints an adjacency list, nicely formatted.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'function_map'
print(x, ...)

## S3 method for class 'function_map_rfile'
print(x, ...)

## S3 method for class 'function_map_rfolder'
print(x, ...)

## S3 method for class 'function_map_rpackage'
print(x, ...)

Arguments

x

Function map to print

...

Additional arguments, ignored currently.

Value

Printed object, invisibly.

Printed object, invisibly.

Printed object, invisibly.

Printed object, invisibly.


MangoTheCat/functionMap documentation built on May 7, 2019, 2:10 p.m.