gpt4 book ai didi

r - 在 R 中加载 .yml 文件

转载 作者:行者123 更新时间:2023-12-02 04:18:11 25 4
gpt4 key购买 nike

我尝试在 R 中使用 config.yml。但是每当我使用加载文件时

我的配置文件如下所示

default: 
dataconnection:
driver: 'ODBC Driver 11 for SQL Server'
server: 'server'
uid: 'Username'
pwd: 'password'
port: 1433
database: 'Data_Science'

rsconnect:
dataconnection:
driver: 'FreeTDS'
server: 'server'
uid: 'username'
pwd: 'password'
port: 1433
database: 'Data_Science'

代码:

config <- config::get(file = "C:/Users/Samuel.Golomeke/Documents/Data Science/Codes/R codes/SQL_Server_shiny_connect/config")

我不断收到以下警告消息:

Warning message: In readLines(con) : incomplete final line found on 'C:\Users\Samuel.Golomeke\Documents\Data Science\Codes\R codes\SQL_Server_shiny_connect\config.yaml'"

这是为什么呢?

最佳答案

确保 config.yaml 文件中的最后一行有一个空行,没有空格(空格、制表符等)。

关于r - 在 R 中加载 .yml 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49409459/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com