variable <- for (var in seq) expr cyclocomp_q(variable) / cyclocomp(quote(variable)) the above method taking variable as a string not its value. How can i pass the file instead of string in cyclocomp method.
variable <- for (var in seq) expr
cyclocomp_q(variable) / cyclocomp(quote(variable))
the above method taking variable as a string not its value.
How can i pass the file instead of string in cyclocomp method.