Title: | Utilities Developed by the Predictive Ecology Group |
---|---|
Description: | Dependency-free utilities developed by the Predictive Ecology Group (<http://predictiveecology.org>). (Do not depend on contributed R packages). |
Authors: | Eliot J B McIntire [aut, cre] , Alex M Chubaty [aut] , His Majesty the Queen in Right of Canada, as represented by the Minister of Natural Resources Canada [cph] |
Maintainer: | Eliot J B McIntire <[email protected]> |
License: | GPL-3 |
Version: | 0.1.1 |
Built: | 2024-11-04 05:34:31 UTC |
Source: | https://github.com/PredictiveEcology/peutils |
Convert a character string to sentence case
toSentenceCase(x)
toSentenceCase(x)
x |
A character string. |
Determine name of current user
user(username = NULL)
user(username = NULL)
username |
Character. |
Logical indicating whether the current user matches username
;
or, if username
is NULL, a character string indicating the current user.