unixtools: R interface to system-level tools on unix

UNIXシステムレベルでのRインターフェース

> library(unixtools)

バージョン: 0.1.1


関数名 概略
chown Change the ownership of files or other file system objects.
set.tempdir Change R's temporary directory
set.user Switch user for the current process
stack.info Get C stack usage information
user.info Get unix user information

user.info

ユーザー情報を表示する。ユーザー名や、ホームディレクトリ、シェルの情報を返す

> user.info(users = NULL)
> # user.info("root")