| 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_idUnique identifier for the author.
nameName of author, surname first and initials or given name.
personInformation about the person like email address and ORCiD identifier.
pub_idIdentifier(s) of the publication(s) the author has contributed to, referes to the primry key of the
pubsdata table.total_pubTotal number of publications.
single_authoredNumber of single-authored publications.
multi_authoredNumber of multi-authored publications.
first_authoredNumber of multi-authored publications where the researcher appears as first author.
first_yearFirst year author published.
last_yearLast 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")