我在这里和谷歌都没有运气。我希望任何人都能提出建议。
我需要从R控制台读取,我需要输入不要被回显或屏蔽为***或空白。
我发现的唯一一件事就是:Is it possible to read from the console with scan without echoing the characters?并且我不知道该怎么做。
如果有人知道如何做到这一点将是非常好的。
提前感谢您的时间。
答案 0 :(得分:1)
在Windows中运行R
似乎没有本机解决方案。但是,我发现this terrific post使用tcltk
包。该示例生成一个单独的弹出窗口,用户可以在其中输入屏蔽密码。