Skip to content
Prev 1556 / 12125 Next

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

Hi,
I am creating a function ftsc(x)
where x is given by:
x<-cname <- file.path("C:/Users/anand/Desktop/Internship", "dataftc")
In the dataftc folder I have stored all the text files to be clustered by
my function.
So, while creating the package I have to include an example 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 <murdoch.duncan at gmail.com>
wrote: