Displaying 1 result from an estimated 1 matches for "dddhhd".
Did you mean:
dddd
2010 Aug 25
1
using an objects contents in a text string
...write some of the output data frames to file. I am wanting to be
able to just change a single object and have this them populate through the
functions etc. I have no trouble making this work when the function is
calling for an argument that meets this criteria
e.g.
input.variable.name <- "DDDHHD"
list <- function(x, input.variable = input.variable.name, ...)
where DDDHHD will be then used as the input.variable in the function BUT
I can not seem to get the text string used as part of the name of the output
file name in the write.data.frame function.
e.g.
write(x, file = input.v...