Displaying 4 results from an estimated 4 matches for "0012345".
Did you mean:
012345
2010 Oct 13
1
RODBC: forcing a special column to be read in as character
Dear R-users,
I am working with R version 2.10.1 and package RODBC Version: 1.3-2 under windows.
Say I have a table "testtable" (in an Access data base), which has many different columns, among them a character column "X" with "integer-like" data as "0012345".
Using sqlFetch, I'd like to assure that column X is read in as a character variable. So what I'm looking for is something between these two approaches:
> sqlFetch(channel, "testtable") # -> column X is automatically converted to character (so 0012345 becomes 12345)
&...
2004 Dec 20
1
E1 signalling pridialplan
...call from a SIP phone to a phone connected
to the Alcatel and the SIP number is correctly displayed at the
caller. Let's say SIP phone is 12345, then 12345 is displayed.
Asterisk cvs head 2004.12.16.23.00.00 seems to ignore my settings in
zapata.conf, the phone connected to the Alcatel displays 0012345. Can
anybody give me a hint with the "00"'s? I think pridialplan and
prilocaldialplan are set correctly.
Another question: When a SIP phone calls to the pstn, how to set the
correct callerid? I tried SetCIDNum (0111112345) and
SetCIDNum(111112345), but it did't work.
2010 Oct 22
1
RODBC: data base with decimal point ","
Dear R-users,
I am working with R version 2.10.1 and package RODBC Version: 1.3-2 under windows.
Say I have a table "testtable" (in an Access data base) with 3 columns and 1 row that looks like this:
X Y Z
0012345 42 42,1
The columns are of these types: X - character, Y - Long Integer, Z - Decimal.
I use RODBC to get these data into R:
> library(RODBC)
> channel <- odbcConnectAccess("C:\\temp\\testdb.mdb")
> x <- sqlFetch(channel, "testtable", as.is = TRUE) # need as....
2010 Oct 15
0
nomianl response model
...scii"
Dear R-users,
I am working with R version 2.10.1 and package RODBC Version: 1.3-2 under
windows.
Say I have a table "testtable" (in an Access data base), which has many
different columns, among them a character column "X" with "integer-like"
data as "0012345".
Using sqlFetch, I'd like to assure that column X is read in as a character
variable. So what I'm looking for is something between these two approaches:
> sqlFetch(channel, "testtable") # -> column X is automatically converted to
character (so 0012345 becomes 12345)
&...