Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我的公司开发一个包,我想隐藏与 redshift 数据库的连接的凭据。有没有简单的方法来设置它?
尝试这个:
my_credentials.env
readRenviron("my_credentials.env")
Sys.getenv("MY_VARIABLE")
更多信息在这里基本或高级