Re: [R] R Programming help needed - Returning dataframes + 2 Variables dynamically

2017-07-28 Thread Vijaya Kumar Regati
uot;Passed Values" [1] 0 [1] 0 [1] "After addition :" [1] 1 [1] 1 [1] "Returned Values :" [1] 0 [1] 0 With Regards, Vijaya Kumar Regati Technical Lead, M3bi India Private Ltd Work: 040-67064732 ________ From: Koustav Pal Sent: Friday, July 28, 2017

[R] R Programming help needed - Returning dataframes + 2 Variables dynamically

2017-07-27 Thread Vijaya Kumar Regati
fn <- function(x,y){ x <- x + 1 y < y + 1 test_data <- rbind(x,y) test_data <- data.frame(test_data) return(test_data) return(c(x,y)) } for ( i in 1:1) { test_data <- Logic_fn(c(x,y)) test_data[1] test_data[2] test_data } With Regards, Vijaya Kumar Regati Disclaimer: IMPORT

Re: [R] Need Help - R Programming - Using iteration value to change field names for processing for every iteraion

2017-05-30 Thread Vijaya Kumar Regati
Thanks very much. Can someone suggest me how I can close this qn, since I have the solution now ? With Regards, Vijaya Kumar Regati Technical Lead, M3bi India Private Ltd Work: 040-67064732 From: David L Carlson Sent: Wednesday, May 31, 2017 3:35:19 AM To

[R] Fw: Need Help - R Programming - Using iteration value to change field names for processing for every iteraion

2017-05-30 Thread Vijaya Kumar Regati
ave it for references, if needed in future. Thanks all for your references. List Moderator, You can mark the question as closed now. With Regards, Vijaya Kumar Regati Technical Lead, M3bi India Private Ltd Work: 040-67064732 From: Vijaya Kumar Regati Sent: Tuesday

Re: [R] Need Help - R Programming - Using iteration value to change field names for processing for every iteraion

2017-05-30 Thread Vijaya Kumar Regati
thing that changes is Day number in field name and the iteration number should be able to handle that. With Regards, Vijaya Kumar Regati Technical Lead, M3bi India Private Ltd Work: 040-67064732 From: Manjusha Joshi Sent: Tuesday, May 30, 2017 1:42:10 PM To

[R] Need Help - R Programming - Using iteration value to change field names for processing for every iteraion

2017-05-30 Thread Vijaya Kumar Regati
Hi, I am new to R programming, I am trying to work on below requirement. But could not achieve desired result. Appreciate if someone can help me on this : test dataframe : Day1.balc Day2.balc Day3.balc Day4.balc x 100203040 y 10010101