I need to obtain username and password strings from the user of a certain process running in R. scan() can be used to get the strings, but the password will be echoed back as the user types it. Is there any way to load keyboard input to a variable without echoing the input back to the screen? Thanks