similar to: column width in .dbf files using write.dbf ... to be continued

Displaying 20 results from an estimated 200 matches similar to: "column width in .dbf files using write.dbf ... to be continued"

2013 May 22
1
column width in .dbf files using write.dbf ... to be continued
Hello Arnaud, You posted this question a long long time ago, however I found your answer so I decided to post it anyway in case somebody else have the same problem as you and me. You were actually very close in finding your solution. The function DoWritedbf is an internal function from the foreign package. To access it outside of the package just do: foreign:::DoWritedbf so in your line:
2012 Aug 13
4
write.dbf error: invalid subscript type 'list'
Dear all, I am basically a GIS user and am new to R. I am trying to write a data frame to a dbf file. *n.simulations <- 999 binomial <- kulldorff(geo, cases, population, NULL, pop.upper.bound, n.simulations, alpha.level, plot) cluster <- binomial$most.likely.cluster$location.IDs.included df <- data.frame(ID=seq(1,n.simulations,by=1), simloglkhd=binomial$simulated.log.lkhd)
2009 Feb 24
3
Polycom Spectralink 8002 Configuration
I have a new Polycom Spectralink 8002 and am having trouble with the configuration or the unit but I can't see what's wrong. The unit does not seem to even attempt to register with the Asterisk proxy but I can make calls to it. I have viewed the syslog from the device which it will actually write to the asterisk server so I know it can be reached. I have also run a sip debug and
2016 Oct 15
1
make tinc as a reusable lib possible?
2016-10-11 3:52 GMT+08:00 Mr.X <mrx at hcc.im>: > Network extension apps are just like ordinary apps, only they can utilize > the utun interface and create VPN entries. So I think, yes, tinc need to be > linked from such apps. link to and link from is mark as the main application's view, so, for NE extension it's link to libtinc( if there is a libtinc lib), that's
2003 Oct 16
2
returning dynamic variable names from function
Within a function I'm assigning dynamic variable names and values to them using the "assign" function. I want to pass back the results but am uncertain how to do this. Basically, my function reads a number of data files and uses the filename of each file as the variable name for a list-to-become-dataframe. I want then to pass all these lists back, but again, the names of the
2007 Feb 13
0
Win2K Lockdown: The master browser has received a server announcment...
I'm seeing errors like this in my event viewer on win2k clients: Source MRx Smb "The master browser has received a server announcement that computer CONAN that believes it is the master browser for the domain ... The master brower is stoppong or an election is being forced." Event ID 8003 The other error that frequently occurs with this: Source: Netlogon "No Windows NT or
2020 Jan 26
2
[RFC] Replacing inalloca with llvm.call.setup and preallocated
Hello all, A few years ago, I added the inalloca feature to LLVM IR so that Clang could be C++ ABI compatible with MSVC on 32-bit x86. The feature works, but there is room for improvement. I recently took the time to write up a design using token values that will hopefully be better named and easier to work with and around. For the technical details of the proposal, I've written up the RFC
2006 Dec 09
1
A question about speex_bits_write function
Hi everybody, I need clarification about speex_bits_write function usage. There is an example usage of it. nbBytes = speex_bits_write(&bits, cbits, MAX_FRAME_BYTES); I examine the content of this function and which value should I set to MAX_FRAME_BYTE. In speexenc project, it is 2000 and in manual it is 200. For example, I set it to 200 but the length of bits->chars is 250
2006 Dec 11
0
A question about speex_bits_write function
Thanks a lot for your explanations. Is it right I understand? if I've set SPEEX_SET_BITRATE to 16000(bps) this means that output is 16000/8=2000 bytes and I should set MAX_FRAME_BYTES and the length of cbits to 2000. Is it right? Maybe it is simple question but your answer is important for me, actually thanks a lot for your helps. Yasemin The last argument should simply be the size of your
2007 Jan 05
1
[PATCH] Re: [Xen-staging] [xen-unstable] [XEN] Avoid use of GNU-specific memmem().
On Thu, 2007-01-04 at 10:18 +0000, Xen staging patchbot-unstable wrote: > # HG changeset patch > # User kfraser@localhost.localdomain > # Date 1167905854 0 > # Node ID bdbfbfdfbd64ddedc775d55f1a9e842847fea7b2 > # Parent 60f91c9f1a248491e2f216d009a27a4c7e5e67d4 > [XEN] Avoid use of GNU-specific memmem(). > --- a/xen/tools/symbols.c Wed Jan 03 23:53:27 2007 +0000 > +++
2011 Aug 23
1
Re: Files dbf and cdx - net linux
Hi, I have these BMIMS .dbf/.cdx/.fpt files. I have no longer BMIMS. I would like to transfers theses files to another visible format. I tried opening them with Monarch 4.0, but it does not give me a proper format. what do i do? thankx
2010 Sep 02
0
Strange Data Problems with legacy dbf tables.
I sent the following to the Opensuse Forum, but I might find better expertise directly with Samba with no intent to duplicate the request. > Since upgrading to 11.3 I have noticed a number of strange problems > accessing or manipulating Foxpro DOS tables. > This is of course a Samba Issue. > I see a lot of issues with 11.3, I can't even operate an ssh login > to run yast
2011 Jan 31
1
Files dbf and cdx - net linux
Hello. I am trying to acces to a software in a network, from a terminal. This terminal works on Windows, so I use Wine. I could execute the software, but some errors appear. It seams that it couldn't create in the right way the indexes in the data base (.dbf and cdx files). I think that the software was programed with Visual Fox Pro (but I am not sure) I will appreciate yours comments and
2005 Oct 17
0
DBF database hangs up, when running from Samba 3.0.14 share
Hi to everyone, Since last week I am trying to fix following problem: I have a DOS application, operating on DBF databases. I've set up a Samba 3.0.14a-2 server running as a PDC on Fedora Core 4 (in fact, Samba server was a part of FC4 distribution). I've set up a share and then I've moved all data for this application on to that share. The problem is that the application hangs
2006 Nov 06
0
problem with windows 98 and dbf?
Hello. I have a server running FC5 and samba-3.0.23c-1.fc5. In the samba shares i have files for a program running with DBF's database files. In windows xp works normally, but when windows 98 clientes start using the program normally the program freezes and the windows freeze too. Can someone tell me if a have to do some special configuration? Here my smb.conf [global] workgroup =
2009 Apr 15
0
RE: Fox Pro DBF open problems Solved.....FOLLOW UP
Hi List, I wanted to provide the solution that proved to fix this problem. On this particular server I observed we had consumed all memory resources and were using a decent sized swap file. After installing more RAM the problem & symptoms have disappeared. FINALLY I have happy users. L. Kipp From: wikked1@hotmail.com To: samba@lists.samba.org Subject: Fox Pro DBF open problems Date:
2012 Sep 05
1
Is the --sparse option suitable for .dbf files
Please let me know -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20120905/15183c58/attachment.html>
2011 Aug 29
1
Problem exporting table with many columns to dbf
Hello, I'm newbie in R and I have a problem exporting a table with many columns to a dbf file. I found an error when I open the result DBF file on other software and also importing it on R again. Here a example snippet of the problem (on a GNU/Linux OS): http://pastebin.com/0SMJqqwb Is it a bug? Thank you, Nacho V [[alternative HTML version deleted]]
2006 May 23
1
exporting long character vectors to dbf
Hi - I need to export data to openoffice base, where one of the elements is a long character vector (>255 characters.) write.dbf exports it as varchar, truncating the data. Any idea how to do this? thanks, -eduardo
2009 Oct 08
2
Bringing dbf Data With SQL
I have a heavy DATA saved in dbf format. What I want is to bring that data to R with SQL statements. Like: I want columns 1, 4, 5 and only when column 4 > 30. Sorry asking it here instead of keep searching in manuals, but it seems that there are too many ways of doing it. So what's the appropriate package that I need to work it, considering also that im dealing with lots of gigas so the