prep_get_user_name: Return the logged-in User's Full Name

View source: R/prep_get_user_name.R

prep_get_user_nameR Documentation

Return the logged-in User's Full Name

Description

If whoami is not installed, the user name from Sys.info() is returned.

Usage

prep_get_user_name()

Details

Can be overridden by options or environment:

options(FULLNAME = "Stephan Struckmann")

Sys.setenv(FULLNAME = "Stephan Struckmann")

Value

character the user's name


dataquieR documentation built on July 26, 2023, 6:10 p.m.