args <- commandArgs(trailingOnly=TRUE); if (length(args) < 1) { stop("Usage: args[0] research_question.yml") } else { yml <- args[1]; } yaml::read_yaml(yml)
使用该代码如何验证yaml文件
rxztt3cl1#
第一个月
1条答案
按热度按时间rxztt3cl1#
第一个月