get_full_name: Get Full Username from ID

View source: R/reproducibility_tables.R

get_full_nameR Documentation

Get Full Username from ID

Description

For a given ID looks up user name

Usage

get_full_name(id = NULL)

Arguments

id

ID to look full name up. If null (default) looks up ID of current user

Details

If id null, uses system "USERNAME" variable for Windows and "USER" variable for Linux and MACs. Full Name is found in Windows via the net command, and via ldap search in Linux and MACs. The ldap search will only work on SCHARPs network at Fred Hutching Cancer Research Center.

Value

First and Last name associated with ID

Examples


get_full_name()


FredHutch/VISCfunctions documentation built on Oct. 14, 2024, 11:33 p.m.