extract-people: People

PeopleR Documentation

People

Description

Functions used to extract persons and roles from DESCRIPTION files.

Usage

Roles(descfiles, role)
ExtractRoles(db="rdata", host="mongodb://localhost")

Arguments

descfiles

A data.table containing DESCRIPTION files (like the one returned by ReadDescFiles).

role

A role (either "Maintainer" or "Author").

db

MongoDB database.

host

MongoDB host.

Value

Roles extracts all the people defined in DESCRIPTION files for a given role and returns a five columns data.table containing package name, version and the role, the name and email of people extracted.

ExtractRoles extracts all roles missing in MongoDB.

Author(s)

Maëlick Claes <himself@maelick.net>


ecos-umons/extractoR documentation built on June 26, 2022, 2:21 p.m.