Displaying 20 results from an estimated 20000 matches similar to: "How to create a permanent dataset in R."
2009 Jul 28
4
storing output in html or pdf table format.
Hi every one,
Thanks for every one who are all supporting to us. we want some
clarification on output in R. I have generated summary statistics output for
dataset (E.g. sales) in output window. Now i want to store that output in a
html or pdf in a table format. if possible can any one provide code for this
one.
Thanks in advance.
--
View this message in context:
2009 Jul 27
2
create dataset permanently in package (i.e. default or our own package)
Hi,
actually while opening R console and R commander we see some packages like
car and datasets. in this packages we have default datasets are available.
example: women and prestige like that. now i created a sales dataset
importing from excel, xml or text file. now i want to store that dataset
permanently in any one of the package like i mentioned above (car or
datasets). now i closed my R
2009 Jul 29
2
R Packages and Permanent Datasets creation
Our Query:
Actually while opening R console and R commander we see some packages like
car and datasets. In these packages we have default datasets.
For example: "Women" and "Prestige" so on. Now we created a "Sales" dataset
importing either from excel, xml or text file. Now we are trying to store
that dataset permanently in any one of the packages mentioned above
2009 Dec 11
12
Literature analysis
Dear all,
i am new in R. I am writing a review paper about batteries. However, i
am interested in analyzing all the papers by keywords, author,
references and year.
This could be done by "refviz" a software, which is only running on
windows machines and which is not free.
So my question to you is, is it somehow possible to write a script that
can do all of this work?
And if yes, with
2002 Dec 20
1
read.ssd {foreign} (Reading a permanent SAS dataset into an R data frame)
I just downloaded and installed R 1.6.1 on my Windows
machine where I also run SAS.
I want to use the 'read.ssd' function so that I can
convert a permanent SAS data set into an R data frame.
I downloaded and installed the package 'foreign' on my
machine, which includes the 'read.ssd' function.
I read the instructions, and followed the example
closely in the R
2008 Apr 18
3
Permanent change to the working directory
Dear helpers,
I've looked in the help files (maybe not very thoroughly but I looked) and I
couldn't find a straightforward way to permanently set the working directory
(where I save and read files). Each time I startup R the working dir is
automatically "C:/R/bin" [using:getwd()], and I know I can change it using
setwd [for example setwd("C:/R/DATA"), but it's only
2008 Mar 03
3
LVM and kickstarts ?
Hey,
Can anyone tell me why option 1 works and option 2 fails ? I know I
need swap and such, however in trouble shooting this issue I trimmed
down my config.
It fails on trying to format my logical volume, because the mount point
does not exist (/dev/volgroup/logvol)
It seems that with option 2, the partitions are created and LVM is setup
correctly. However the volgroup / logvolume was not
2010 May 20
1
Permanent flags not announced and public mailbox with per-user index
Hi,
I've a set of public mailboxes that all users can access.
The index is stored per user, so each user can mark the message as read
for themselves.
This is with dovecot 1.2.10.
However, when selecting the mailbox, system flags are not announced as
permanent but only as session flags:
3619 SELECT "public.Admin"
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
* OK
2017 Mar 02
3
Laptop turns off after lid closed Centos6
Folks
I have a laptop which i am using temporarily as a test server. It is
permanently plugged in. It is running Centos 6, command line
only. In the past, I could close the lid, thereby turning off the
display, but not turning off the machine. It remained running indefinitely.
A recent update (this past week) changed that behavior. Now, when I
close the lid, the laptop turns itself off
2009 Jul 28
1
how to add a new dataset to default R distributions
Hi,
Thanks for your support. we are not getting any thing from your code. i.e.
we are unable to creating new package and adding dataset to that new
package. so can you help me out in other way i.e.
how to add a new dataset to default R distributions like "cars and
datasets". these two are default distributions (i.e. packages). so please
help us in this aspect.
Thanks in advance.
--
2009 Mar 27
1
Automatic & Permanent Disconnect of WinXP Clients
Hello,
I'd like to enable my Samba server, either by the correct choice of standard configuration parameters or by custom script, to permanently log off and disconnect WinXP clients that have been "inactive" for a specified period of time.
>From my travels around the Web, I've seen this basic question asked by others, but no solutions have materialized.
The
2008 Feb 12
7
Making FORWARD_IPV4=YES permanent / DHCP multiple routers
First,
I'd like to configure my system to forward ip, to act as a gateway for
my network. I've always used a script during startup to do this:
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o ${UPLINK} -j SNAT --to ${IP_NAT}
This works fine, however I want this permanent so I don't have to run
the script on startup. I have the firewall setup with SNAT
2016 Nov 01
2
New attributes in Samba AD
Hello James,
About the warning, I only accept it and try to create a new attribute/class. However, when I put all the parameters (name, OID, syntax...), the system accuses that the server is unable to proceed. Do you know if Samba's schema is closed, that cannot be modified?
Lucas
On 11/1/2016 11:18 AM, Lukz Ferris via samba wrote:
> Hello everyone,
>
>
> I'm trying to
2011 Sep 12
6
barplot in hexagram layout
dev.new(width=6, height=1.5,mar=c(0,0,0,0))
par(mfrow=c(1,1),mar=c(.5, .5, 1.5, .5), oma=c(.4, 0,.5, 0))
barplot(c(1,1,1,1,1,1),col=c("blue","purple","red","green","orange","yellow"),
axes = FALSE)
I have a barplot that returns six colors in a line. I would like to get the
same six color blocks in a hexagram layout (if it were a clock,
2014 Jan 30
2
Dynamically setting permanent memory libvirt-lxc
I'm trying to permanently change memory allocation for a libvirt-lxc domain. So far I tried changing memory in memory.limit_in_bytes under /cgroup/memory/libvirt/lxc/<container>/. This didn't help. It appears that libvirt is not reading changes in cgroup.
My requirements are
1) Be able to dynamically change memory of a LXC domain without reboot
2) The memory change must survive
2011 May 05
6
Averaging uneven measurements by time with uneven numbers of measurements
I have a new device that takes measurements anywhere from every second, to
every 15 minutes (depending on changes). The matrix has a date, time and Y
column (Y is the measurement). For three days it is 25,000 rows. How do I
average the measurements by every 30 minutes so my matrix is 48 rows per
day? I have been working on this and cannot figure out a simple method. Any
ideas? Thank you.
-----
In
2005 Feb 24
2
permanent ulimit -n on CentOS 3.4
Hi!
Question from the novice.
I have to permanently increase number of opened files ( ulimit -n 16384 and
ulimit -Hn 16384) for some application.
I did custom kernel based on
https://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/sysadmin-guide/s1-custom-kernel-modularized.html
and application documentation ( written for RH 9), no error during all makes
but I have panic during the
2005 Feb 23
1
Have profile dir permanently mounted
I have a sambaserver running as PDC for a smaller windows domain.
Because of growing inbox'es I believe roaming profiles in time
will not be a good solution, so instead I want the profile dir for the
domain users to permanently reside on a samba share.
Is it not advisable to do that? I guess it will introduce problems if a
user logs on from more than one client at the same time. However that
2020 Jan 02
2
Como cambiar el formato de fecha de ymd_hms a dmy_hms
Buen día para todos,
Tengo un dataframe nombrado como mydata en donde una de sus variables en
columna de nombre *date* tiene una secuencia de fechas en formato *ymd_hms*.
Ahora quiero convertir este formato a *dmy_hms * en toda la variable *date.*
Me podrían ayudar a saber como debo hacerlo?
Quedo atento a sus comentarios.
Saludos,
Gracias,
*JONATHAN BARTOLO PINZON *
*"En los
2018 Mar 16
1
Help on multi-line plot
Hello R-Users
I am struggling with this line plot, it might be simple but I am missing
something here.
First of all I want to make multiple line plots across seasons
(DJF,MAM,JJA,SON) for 12 variables (here, called nodes) and fill them with
the node.
So that season=x-axis, node=line col and freq=y-axis.
My plot currently links all DJFs, MAMs, JJAs and SONs, however I will like
them to be