compare_packages: List functions in all of two or more packages

View source: R/new.R

compare_packagesR Documentation

List functions in all of two or more packages

Description

Useful to check discrepancies among objects with the same name in different packages. Use ga to

Usage

compare_packages(places)

Arguments

sources

a character vector or list with characters and/or numeric values identifying two or more sources in which to look for common functions as package names in quotes. "" refers to the Global environment

Value

The definitions of functions in two or more sources

Examples

compare_packages(c('spida2','gnew'))  

gmonette/gnew documentation built on Aug. 6, 2024, 10:18 a.m.