search for: dcouments

Displaying 3 results from an estimated 3 matches for "dcouments".

2012 Mar 31
2
Re: Word 2010 open file
hi, i'm using wine 1.4 on gentoo with gnome 3.2 (earlier gnome 2). when i open a word document from nautilus (gnome) the dcouments open correctly. but when i open a docoument in word, it doesn't open the document. but i can save documens. i'm using officde 2010 (X17-75062.exe). i tried wine 1.5, but there's the same problem.
1998 Aug 03
2
How do I start smb automatically on Solaris?
What is the best way to automatically start smb upon reboot on Solaris 2.6? Thanks in advance, Doug Smith
2016 Apr 24
4
Using read.csv() to import data
I am just beginning to learn R, using _R for Dummies_ by Andrie de Vries and Joris Meys. I am using Windows 7, and RGui (64-bit) version 3.0.2. I have reached the chapter on "Getting Data Into and Out of R." But the code they use for importing data doesn't seem to be working for me. Their example is:> elements <- read.csv(file.path("f:", "elements.csv"))