[R-pkg-devel] Guidance on importind multiple text files for @example

2017-05-11 Thread ujjwal anand
Hello Sir/Ma'am, I am trying to build a package on R. But my function, which takes a folder full of text files as an argument. So, could you please share some ideas on how to import a folder (which contains multiple text files) for "@example". Thanks, Ujjwal Anand [[a

Re: [R-pkg-devel] Guidance on importind multiple text files for @example

2017-05-11 Thread ujjwal anand
ple and that is my problem. I am not able to define a path for data folder in @example. So, please let me know if you have some ideas about it. Thanks & regards, Ujjwal On Thu, May 11, 2017 at 3:47 PM, Duncan Murdoch wrote: > On 11/05/2017 6:42 AM, ujjwal anand wrote: > >> Hel

Re: [R-pkg-devel] Guidance on importind multiple text files for @example

2017-05-11 Thread ujjwal anand
sorry , my bad! its, x<-file.path("C:/Users/anand/Desktop/Internship", "dataftc") Thanks, Ujjwal On Thu, May 11, 2017 at 3:54 PM, ujjwal anand wrote: > Hi, > I am creating a function ftsc(x) > where x is given by: > x<-cname <- file.path("C:/Us