authors {inlpubs}R Documentation

Contributing Authors to INLPO Publications

Description

Authors who have contributed to the publications by the U.S. Geological Survey (USGS), Idaho Water Science Center, Idaho National Laboratory Project Office (INLPO).

Usage

authors

Format

An object of class 'author' that inherits behavior from the 'data.frame' class and includes the following columns:

author_id

Unique identifier for the author.

name

Name of author, surname first and initials or given name.

person

Information about the person like email address and ORCiD identifier.

pub_id

Identifier(s) of the publication(s) the author has contributed to, referes to the primry key of the pubs data table.

total_pub

Total number of publications.

single_authored

Number of single-authored publications.

multi_authored

Number of multi-authored publications.

first_authored

Number of multi-authored publications where the researcher appears as first author.

first_year

First year author published.

last_year

Last year author published.

Source

Curated by INLPO staff.

Examples

# Subset Jason Fisher's information and display structure:
author <- authors["jfisher", ]
str(author, max.level = 3, width = 75, strict.width = "cut")

# Print author's given name:
author$person |> format(include = "given")

[Package inlpubs version 1.1.3 Index]