search for: dumon

Displaying 3 results from an estimated 3 matches for "dumon".

Did you mean: demon
2012 Sep 25
1
mapping data from table to .csv template
...e it in a separate file using subject details in backet as file name (for instance AC_WHIRR-117). As for table above, it should create two new files name as AC_WHIRR-117and AC_WHIRR-123. sample .csv template (AC_template.csv) is as below: Adrian.Cole Patrick.Hunt Andrei.Savu Bruno.Dumon Edward.J..Yoon Eugene.Koontz Jakob.Homan Kelvin.Kakugawa Tom.White Adrian Cole 0 0 0 0 0 0 0 0 0 Patrick Hunt 0 0 0 0 0 0 0...
2012 Sep 26
1
Write table with data in other .csv template
Hi, I have a table with data, as below: dput(table): structure(list(Adrian.Cole = c(0L, 0L, 0L, 0L, 0L, 0L), Alison.Wong = c(0L, 0L, 0L, 0L, 0L, 0L), Andrei.Savu = c(0L, 0L, 0L, 0L, 0L, 0L), Bruno.Dumon = c(0L, 0L, 0L, 0L, 0L, 0L), Edward.J..Yoon = c(0L, 0L, 0L, 0L, 0L, 0L), Eugene.Koontz = c(0L, 0L, 0L, 0L, 0L, 0L), Jakob.Homan = c(0L, 0L, 0L, 0L, 0L, 0L), Kelvin.Kakugawa = c(0L, 0L, 0L, 0L, 0L, 0L), Kirk.True = c(0L, 0L, 0L, 0L, 0L, 0L ), Lars.George = c(0L, 0L, 1L, 0L, 0L, 0L), Soren.Ma...
2012 Sep 26
1
Ask for help - how to change WHIRR.117.csv to WHIRR_117.csv
...uot;WHIRR.25", "WHIRR.28", "WHIRR.55", "WHIRR.61", "WHIRR.76", "WHIRR.87", "WHIRR.92", "WHIRR.115", "WHIRR.117"), row.names = c("Adrian Cole", "Alison Wong", "Andrei Savu", "Bruno Dumon", "Edward J. Yoon", "Eugene Koontz" ), class = "data.frame") The script is able to save the file in the directory, but with the following name: WHIRR.25.csv WHIRR.28.csv WHIRR.55.csv WHIRR.61.csv WHIRR.76.csv WHIRR.87.csv WHIRR.92.csv WHIRR.115.csv WHIRR.117.csv...