BiocContributions (version 0.99.70)

match_user: See if a person already exists in the user db

Description

See if a person already exists in the user db

Usage

match_user(x)

Arguments

x
a person object to lookup

Examples

Run this code
pkg <- system.file(package="BiocContributions",
  "testpackages", "RNASeqPower_1.11.0.tar.gz")

maintainer <- maintainers(pkg)
match_user(maintainer)

Run the code above in your browser using DataCamp Workspace