gpt4 book ai didi

r - 如何编写将其源代码复制到文件的 R 程序?

转载 作者:行者123 更新时间:2023-12-04 10:52:24 25 4
gpt4 key购买 nike

我正在编写一个 R 脚本,其内容可能会不时更改。如果我可以插入一个命令来将脚本的当前内容复制到一个文件中,那将会非常有帮助,这样我就可以稍后返回并确切地查看在代码运行期间我执行了哪些命令。

我怎样才能做到这一点?

最佳答案

您可以使用教学演示包来做到这一点:

    install.packages("TeachingDemos")
library(TeachingDemos)

#Will write to a file in the working directory
txtStart("captureCode.txt")

#This comment will not appear in the file, all commands and output will
Sys.Date()

#This command ends writing to the file
txtStop()

Source

关于r - 如何编写将其源代码复制到文件的 R 程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31616322/

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