search for: vijayakumar

Displaying 6 results from an estimated 6 matches for "vijayakumar".

2017 Jul 28
0
R Programming help needed - Returning dataframes + 2 Variables dynamically
...gn the first argument to the first declared variable and the second to the second. So, if you called Logic_fn(y,x), then y will be assigned to x and x to y. So to avoid such a scenario you can mention it explicitly as Logic_fn(y=y,x=x). On Jul 28, 2017 8:39 AM, "Vijaya Kumar Regati" <VijayaKumar.Regati at m3bi.com<mailto:VijayaKumar.Regati at m3bi.com>> wrote: Hi, Can someone please help me on below issue I am facing : I am trying to play with returning a dataframe+2 variables using a fn. But facing an issue : Error in Logic_fn(c(x, y)) : argument "y" is missing, wi...
2017 Jul 28
4
R Programming help needed - Returning dataframes + 2 Variables dynamically
...gn the first argument to the first declared variable and the second to the second. So, if you called Logic_fn(y,x), then y will be assigned to x and x to y. So to avoid such a scenario you can mention it explicitly as Logic_fn(y=y,x=x). On Jul 28, 2017 8:39 AM, "Vijaya Kumar Regati" <VijayaKumar.Regati at m3bi.com> wrote: Hi, Can someone please help me on below issue I am facing : I am trying to play with returning a dataframe+2 variables using a fn. But facing an issue : Error in Logic_fn(c(x, y)) : argument "y" is missing, with no default This is the code I am using :...
2017 Jul 28
1
R Programming help needed - Returning dataframes + 2 Variables dynamically
...assign to test_data, the original x and y are not modified, i.e the returned value for x will be test_data[[1]] and for y will be test_data[[2]]. Using the same variable names in the function and test is perhaps what is leading to confusion. > On 28 Jul 2017, at 09:13, Vijaya Kumar Regati <VijayaKumar.Regati at m3bi.com> wrote: > > Hi, > > > That was very useful information. Thanks. > > But still I am not able to get the desired output with updated code. > > Kindly help if you have any further thoughts ... > > Updated code : > x <- 0 > y <- 0...
2018 Jun 30
4
Developed an issue with Samba File Server integrated with Samba-AD
...vfs objects = recycle user = @Production, at Management recycle:versions = Yes browseable = no recycle:touch = Yes recycle:repository = /storage/CSfiles/production/.recycle/%U valid users = administrator,senthil,manjunathsingh,manjunathmk,rajeshbabu,prabhu,arjunsagar,karthik,kishor,ganeshbabu,vijayakumar,vinodkolar,basavaraj,harikumar write list = administrator,manjunathsingh, at Production,prabhu,arjunsagar,karthik,kishor,vijayakumar,vinodkolar,basavaraj,harikumar veto files = /*.mp3/*.avi/*.mov/" recycle:maxsixe = 0 read list = administrator,senthil,manjunathsingh,manjunathmk,rajeshbabu,...
2017 Jul 28
2
R Programming help needed - Returning dataframes + 2 Variables dynamically
Hi, Can someone please help me on below issue I am facing : I am trying to play with returning a dataframe+2 variables using a fn. But facing an issue : Error in Logic_fn(c(x, y)) : argument "y" is missing, with no default This is the code I am using : x <- 0 y <- 0 Logic_fn <- function(x,y){ x <- x + 1 y < y + 1 test_data <- rbind(x,y) test_data <-
2005 May 26
1
does Jitter calculation in chan_iax2.c work???
Hi, We are trying to get the jitter of a channel for iax channels. iax2 show netstats The above command always shows zero value for jitter. (Actually, only rtt and kpkts are non-zero). The behaviour is the same even for cross-continental calls. Is this a bug in the implementation or a configuration problem?. Thanks, Vijay & Ashish PS:We have enabled jitterbuffer at both ends.