whoami: Username, Full Name, Email Address, 'GitHub' Username of the Current User
GitHubユーザアカウント情報の取得
- CRAN: http://cran.r-project.org/web/packages/whoami/index.html
- GitHub: https://github.com/gaborcsardi/whoami
> library(whoami)
バージョン: 1.1.1
関数名 | 概略 |
---|---|
email_address |
Email address of the current user |
fullname |
Full name of the current user |
gh_username |
Find the current user's GitHub username |
username |
User name of the current user |
whoami |
User name and full name of the current user |