Turning RData file into script files

前端 未结 3 2060
甜味超标
甜味超标 2020-12-29 14:23

Is there a straightforward way to turn the functions of a .RData file into a normal code file (.R)?

3条回答
  •  暖寄归人
    2020-12-29 14:44

    This recent blog post addresses a basically the same problem:

    http://www.r-statistics.com/2010/09/dumping-functions-from-the-global-environment-into-an-r-script-file/

提交回复
热议问题