R - where should I place RDA file - /R, /data, /inst/extdata?

前端 未结 2 1881
伪装坚强ぢ
伪装坚强ぢ 2021-02-14 14:25

According to the \"Writing R Extensions\" manual, there are three directories where RDA files can be placed: /R, /data, /inst/extdata

2条回答
  •  南笙
    南笙 (楼主)
    2021-02-14 15:02

    You should probably be leaving the ../data/ directories in the package directories alone. Most serious users will have separate project directories in which they store their own data files. They then change the default "focus" using setwd().

提交回复
热议问题