search for: smartg

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

Did you mean: smart
2011 Aug 29
2
Problem in writing a R data frame to Excel format using RODBC package
...RUE it should write a single header row to Excel. Data is ok. Problem is with header row. sqlSave() is in RODBC package. Kindly, suggest something. I need an option so that whenever I want I can save header to excel file or else drop the header and can only save data to Excel. Thanks and Regards SmartG [[alternative HTML version deleted]]
2011 Oct 29
1
Add col in data.frame
...to mydf newcolm <- list(frt="grapes") mydf <- cbind(mydf, newrow) ##Now checking to see labels again attr(mydf,"variable.labels") ## And you get NULL Can anyone please help me to achieve this without loosing any default attribute that was there? Thanks and Regards -- SmartG [[alternative HTML version deleted]]
2011 Oct 04
3
The use of period in function names and variable names
Hi, I am looking for some guidance on whether I can use the period(.) in function names and variable names. For example: my.function.name <- function(my.data.variable, my.radius, my.another.var, my.value = 10) { } Will this pose any problems regarding older and current version of R. -- SmartG [[alternative HTML version deleted]]