Displaying 20 results from an estimated 43 matches for "mydoc".
Did you mean:
mydom
2013 Jan 29
2
converting XML document to table or dataframe
...veTransaction$transactionAmounts$transactionPricePerShare$value_2
$nonDerivativeTable$nonDerivativeTransaction$transactionAmounts$transactionPricePerShare$value_3
etc
myxml = xmlParse("
http://www.sec.gov/Archives/edgar/data/743988/000124636013000561/form.xml")
mylist <- xmlToList(mydoc)
mydf <- xmlToDataFrame(mydoc)
mydf2 <- data.frame(mylist)
mytable <- as.table(mylist)
mydf2 <- data.frame(mydoc)
mytable <- as.table(mydoc)
[[alternative HTML version deleted]]
2015 Jun 29
0
Support for transparency in metafile export & support for export to Powerpoint
...full upport for transparency, in a much better quality than what is provided by default in grDevices. This made me wonder if exporting a graph to Powerpoint could perhaps also be supported in grDevices?
In ReporteRs the code e.g. to export a ggplot would be
library( ReporteRs )
require( ggplot2 )
mydoc = pptx( )
mydoc = addSlide( mydoc, slide.layout = "Title and Content" )
mydoc = addTitle( mydoc, "Plot examples" )
myplot = qplot(Sepal.Length, Petal.Length
, data = iris, color = Species
, size = Petal.Width, alpha = I(0.7)
)
mydoc = addPlot( mydo...
2013 Mar 15
2
Samba (3.6.12) - Different Home Directories for Different Users
Hello,
I am using Samba (3.6.12) with Gentoo Linux (Kernel Version 3.7.10) and I
have a system integrated with Active Directory (the Microsoft Windows
servers are running 2008 Enterprise Edition, Release 2). All is well on that
front (I can log in, directories are created, etc.)
What I would like to do now is have different /etc/skel directories for
different groups. So, for example, if
2006 Sep 26
2
Backup dir issue
...irectories for items that
have changed or been deleted. I am well aware of the --backup option, but it
seems not to work across an rsyncd connection
(excuse word wrap from my mailer) but this snippet illustrates the point
ARCH=/bak/archive
rsync -aHxq --delete --backup --backup-dir=$ARCH/snap/mydocs/ /home/alan/mydocs/
roo::alan/mydocs/
This is run from a cron job (and as root)
If I delete files from mydocs on my local machine and run this, I would expect
a copy of them to appear on /bak/archive/snap/mydocs on the local machine.
I assume it has something to do with the fact that the de...
2009 Apr 02
2
cryptic output with itemized option
Hi,
Could any one please tell me if there is any way to remove 11 letters long
cryptic output from -ii option.
I am using rsync 3.0.5
rsync -av -stats -ii --log-file-format='CONTENTS: %i %f %l %o %b'
--log-file='/tmp/rsync-test' Mydocs/ Mydocs1/"
The output of this command:
2009/03/31 15:15:17 [4537] building file list
2009/03/31 15:15:29 [4537] created directory Mydocs1
2009/03/31 15:15:29 [4537] CONTENTS: cd+++++++++ Mydocs/. 4096 send 0
2009/03/31 15:15:29 [4537] CONTENTS: >f+++++++++ Mydocs/1.pl 394 send 437
2009/0...
2006 May 17
1
changing single to double backslash
Hi, all. I didn't find something like this in the faq
list:
I wound like build a function to substitute single
backslashes in a string to double:
ChangeSlash<-function(dir) ...
so
ChangeSlash("C:\mydocs\test")
returns
"C:\\mydocs\\test"
Thanks,
C.
_______________________________________________________
Abra sua conta no Yahoo! Mail: 1GB de espa?o, alertas de e-mail no celular e anti-spam realmente eficaz.
http://br.info.mail.yahoo.com/
2006 May 30
11
Display XML file, with some formatting.
...it with some
formatting.
I have some XSD shemes to validate the XML files against, but its not
vital rigth now.
But how should i approach this task?
At first it would proberly be a good idea to load the file into my rails
app. My guess is that i could use something like
file = File.new( "mydoc.xml" )
doc = REXML::Document.new file
require "rexml/document"
But is there a way that i (at first) just can go trough the entire XML
tree and display it (something like when jo open af XML file in IE/FF)?
And perhaps someone can point me to a place i can read about XML-file
mani...
2007 Dec 10
1
Question re: RWinEdt conflicting with my WinEdt
...package for R. I have WinEdt
5.5, RWinEdt 1.7-9, and R 2.6.0 on WindowsXP.
Somehow my configuration or start up files between RWinEdt and WinEdt
are getting confused. Usually when I open either one, the last files I
was working on *with that program* are opened automatically. So if I
last used mydoc.tex in WinEdt and myprogram.R in RWinEdt those would
open in the appropriate programs and there was no mixing up of the file
lists between the two. But in the last month or so (and I don't think
I've updated anything) whatever files I was last working with on either
one show up. So if c...
2005 Apr 13
1
How to plot Contour with NA in dataframe
...R, but there are some NA
in my data matrix. After I ran the following R script, I got the error
message:"no proper `z' matrix specified". Does anybody know how to plot
contour chart with R for the non-strict matrix?
Thank you in advance!!!
myData<-read.table('C:/MyDoc/TestData.txt',sep=',')
x <- 10*1:nrow(myData)
y <- 10*1:ncol(myData)
filled.contour(x, y, myData, color = terrain.colors,
plot.title = title(main = "The Topography of Maunga Whau",
xlab = "Meters North", ylab = "Meters West"),
plot.axes =...
2013 Apr 12
1
Problem with handling of attributes in xmlToList in XML package
Hello all,
I have a problem with the way attributes are dealt with in the
function xmlToList(), and I haven't been able to figure it out for
days now.
Say I have a document (produced by nmap) like this:
> mydoc <- '<host starttime="1365204834" endtime="1365205860"><status state="up" reason="echo-reply" reason_ttl="127"/>
<address addr="XXX.XXX.XXX.XXX" addrtype="ipv4"/>
<ports><port protocol=&qu...
2010 Oct 28
2
How to enable Arial font for postcript/pdf figure on Windows?
....afm using tff2afm (exec file from MikTeX), but when I
try to generate a postcript file, the postcript device does not recognize
the .afm files.
The code I use to test the new font is the following:
postscript(file="try.ps", horizontal=F,
onefile=F,
width=4, height=4,
family=c("C:/MyDoc/arial.afm",
"C:/MyDoc/arialbd.afm",
"C:/MyDoc/ariali.afm",
"C:/MyDoc/arialbi.afm"),
pointsize=12)
hist(rnorm(100))
dev.off()
And I get the warnings:
In postscript(file = "try.ps", horizontal = F, onefile = F, ... :
unknown AFM entity encountered
Is t...
2010 Jul 06
1
R2wd- how to open an existing document
Hi:
How?can one open an existing word document with wdGet()
I?am getting an error message when trying to open it like this:
wdGet(filename="myDoc.doc",path="c/mydata")
Looking at Tal Galili's website example it appears that double backslashes
are used but i tried it and didn't work either. Thanks
?
Felipe D. Carrillo
Supervisory Fishery Biologist
Department of the Interior
US Fish & Wildlife Service
California, USA
2008 Oct 23
0
R CMD Rd2dvi (PR#13200)
...nProgramFiles C:\Program Files\Common Files=09
COMPUTERNAME PAC03470=09
ComSpec C:\WINDOWS\system32\cmd.exe=09
DEFLOGDIR C:\Documents and Settings\All Users\Application
Data\McAfee\DesktopProtection=09
FP_NO_HOST_CHECK NO=09
GFORTRAN_STDERR_UNIT -1=09
GFORTRAN_STDOUT_UNIT -1=09
HOME E:\Temp\MyDocs=09
HOMEDRIVE C:=09
HOMEPATH \Documents and Settings\haighr=09
HOMESHARE \\pacpbsfp1\HaighR$=09
LOGONSERVER \\PACIOSADC1=09
NUMBER_OF_PROCESSORS 2=09
OS Windows_NT=09
PATH
E:\Archive\Bat;C:\Apps\R\Rtools\bin;C:/Apps/Dev-Cpp/bin;C:\Apps\MiKTeX\m
iktex\bin;C:\Apps\R\Rtools\perl\bin;C:\Apps\R\Rt...
2007 Jun 21
2
Need Help: User Defined R Functions in Sweave/Latex
...ved
the same result. Below are the files *.Snw -> *.tex -> *.pdf and the
output I received while compiling. If there is anything else I can
give to help you help me just let me know. Thanks!
Matt
My system:
T41 IBM Thinkpad
Ubuntu Feisty (7.04)
R version 2.5
testmacro3.Snw:
mdj at lapmdj:~/mydocs/R$ more testmacro3.Snw
\documentclass[a4paper]{article}
\usepackage{fullpage}
<<echo=f>>=
basicplot <- function(x, nplots, sectionname){
# Begin to make figure here
file = paste("scatter",nplots, ".pdf", sep="")
pdf(file = file,paper="special"...
2005 Sep 27
3
Free space/capacity displayed as garbage...
...= no
preferred master = no
max protocol = NT
ldap ssl = No
server signing = Auto
username map = /etc/samba/smbusers
[homes]
comment = Home Directories
browseable = no
read only = no
[printers]
comment = All Printers
path = /var/spool/samba
printable = yes
printer name = EPSPHOTO
guest ok = yes
[mydocs]
case sensitive = no
guest ok = yes
msdfs proxy = no
read only = no
path = /mydocs
Some more system info:
[root@alpha ~]# smbd --version
Version 3.0.20
[root@alpha ~]# nmbd --version
Version 3.0.20
[root@alpha ~]# uname -a
Linux alpha 2.6.11-1.1180axp_FC3 #1 Mon Apr 18 11:34:15 EEST 2005 alpha a...
2008 Jan 24
1
package manual in pdf
Hi all,
I am trying to write a pdf manual for my package. I create a file
inst\doc\myDoc.tex. I taught that R CMD build will call latex on this file (like
it is said in Writing R extension), but it does not happen.
I also notice that a pdf manual is produce automatically but with a not so good
presentation (very long lines that step outside the page for example). Where can
I find the...
1999 Sep 09
0
print: spool filename not the doc filename
...tylus]
path = /var/spool/samba
comment = Epson Stylus Photo 750 - PC DO
printer name = epson
browseable = yes
printable = yes
public = yes
writable = no
create mode = 0700
printer driver = EPSON Stylus Photo 750
Printing is ok from win9x.
I have filename problems...
Suppose I print the file "mydoc.doc":
as soon as I print a file, when it still is in /var/spool/samba, I can
see in the Win9x printer status that the file "mydoc.doc" is spooling,
and doing "ls /var/spool/samba" shows the filename samba chose is
"go.Xv1DXC" (go being my username).
Then samba use...
2001 Nov 09
0
major database problems!!
...mode = 0770
#blocking locks = no
#level2 oplocks = yes
oplocks = false
[quickbooks]
path = /usr/local/exports/data/quickbooks
writeable = yes
force group = akusers
create mode = 0660
directory mode = 0770
#blocking locks = no
#level2 oplocks = yes
oplocks = false
[mydocs]
path = /usr/local/exports/data/mydocs
writeable = yes
force group = akusers
create mode = 0660
directory mode = 0770
oplocks = false
-------------- next part --------------
HTML attachment scrubbed and removed
2001 Nov 09
0
argh!!!! database nightmares!
...mode = 0770
#blocking locks = no
#level2 oplocks = yes
oplocks = false
[quickbooks]
path = /usr/local/exports/data/quickbooks
writeable = yes
force group = akusers
create mode = 0660
directory mode = 0770
#blocking locks = no
#level2 oplocks = yes
oplocks = false
[mydocs]
path = /usr/local/exports/data/mydocs
writeable = yes
force group = akusers
create mode = 0660
directory mode = 0770
oplocks = false
-------------- next part --------------
HTML attachment scrubbed and removed
2007 Apr 13
1
disable roaming profiles
Hi, i followed the official faq trying to disable roaming profiles but
it doesnt work
in smd.conf i have
logon home =
logon path =
for every new pc that i have joined to the domain, the hole desktop and
mydocs directory is transfered to the server!!!!!!!
i have wasted 15G because of that and if a user logons in another
machine all the crap is transfered back again in this pc.
So, it is not working, am i missing something here?
i have this lines too:
[profiles]
path = /opt/samba/profiles
writeabl...