Skip to content
Prev 5974 / 15075 Next

Finding package script files

On 30/05/2009 4:16 AM, Murray Jorgensen wrote:
Something like

  system.file("scripts/ch01.R", package="nlme")

should work on any system.  You can use that for any file installed with 
a package if you know the path relative to the top of the package directory.

Duncan Murdoch