Skip to content

R console prompt displays your working directory as getwd() would return.

License

Notifications You must be signed in to change notification settings

dgabbe/wdprompt

Repository files navigation

wdprompt

lifecycle packageversion GitHub (pre-)release

Emulate bash prompt behavior in R console by replacing R’s default prompt of > with the getwd string. RStudio does display the current working directory in the Console window title bar, but it is not normally where I look. The global environment can be cleared without affecting the prompt behavior.

Complete package documentation is here.