Displaying 2 results from an estimated 2 matches for "coltitles".
2009 Jul 15
4
Change data frame column names
Hi R helpers,
I have a data frame and I want to change the column names to names I have held in another data frame, but I am having difficulty. All data framnes are large so i can't input manually. Below is what i have tried so far:
df<-data.frame(a=1:5, b=2:6, d=3:7, e=4:8)
coltitles<-data.frame(v1="col number one", v2="col number two", v3="col number three", v4="col number four")
##first attempt
names(df)<-coltitles
names(df)
[1] "1" "1" "1" "1" ###not what i wanted as I want names(df) to...
2016 Jan 18
2
Segmentation Fault Asterisk 13.7.0-rc2 (libmysqlclient?)
Hi everyone,
I am getting a segmentation fault (seems to occur randomly) using Asterisk 13.7.0-rc2 with PJProject 2.4.5. It appears to be something that libmysqlclient is complaining about when doing a query in ps_endpoint_id_ips. We are using Asterisk Realtime. This also seems to occur in Asterisk 13.5.0.
Below is a backtrace that might help a little. I have looked through the change log for