Skip to content

Creating an excel file and manipulating it from R

2 messages · anna, Henrique Dallazuanna

#
Hello everybody, I?ve been looking for a function that would create an excel
file in my working directory where I would write my dataframe but I only
found the functions to write or read in an existing file that you gave me on
my former post or on some websites. I can?t find either functions to
manipulate those datas: for example, I would like some lines to be red or
green according to their value. Thank you in advance!


-----
Anna Lippel
new in R so be careful I should be asking a loooooooot of questions!:teeth:
#
Try the RDCOMClient [1] package.

[1]http://www.omegahat.org/RDCOMClient/
On Wed, Nov 18, 2009 at 1:31 PM, anna_l <lippelanna21 at hotmail.com> wrote: