Displaying 2 results from an estimated 2 matches for "other_".
Did you mean:
other
2005 Feb 07
2
Programming/scripting with "expressions - variables"
...e on.
I would like to do something like this. In SAS I can write
a macro as example bellow, which is afcourse a silly one but
shows what I don't know how to do in R.
%macro test(data, colname, colvalue);
data &data;
...
&colname="&colvalue";
other_&colname="other_&colvalue";
run;
%mend;
And if I run it with this call:
%test(Gregor, Gorjanc, 25);
I get a table with name 'Gregor' and columns 'Gorjanc',
and 'other_Gorjanc' with values:
Gorjanc other_Gorjanc
"25" "other_25"...
2012 Dec 12
3
SystemRequirements’ field
...like backend database driver requirements, perl, perl modules, etc.
It might help to have a list of possibilities. Some I think about
immediately are SQLLite, MySQL, PostgreSQL, ODBC, Perl, Perl_CSVXS,
MPI, rpcgen, Oracle-license, Bloomberg-license and Fame-license.
Maybe there could be a generic OTHER_* for things not in a standard list?
Paul