Displaying 1 result from an estimated 1 matches for "___manually____".
Did you mean:
____manually____
2011 Jun 09
1
package.skeleton() does not create 'data' folder
...IMPLIFY = TRUE)
> Data <- rnorm(20)
>
> setwd("F:/R_PackageBuild")
> package.skeleton("trial2")
So is it that if I use 'code_files ' argument then, R would not create
data folder?
Can somebody help me what I am missing in this process? Till now, I
create ___manually____ the data folder and within that folder
____manually____ put a
RData file where only object is that 'Data'. However I believe there
must be more elegant way to doing that.
While searching over net to settle this issue, I found a thread with
hesding 'How to create .rda file to be used in...