Displaying 20 results from an estimated 7000 matches similar to: "How to create R executable?"
2010 Apr 06
1
How to import data from teradata
Hello All,
I am very new to the R and i want to know how to connect to the teradata in
R and import data from there.
Currently I am using SAS to import data and i use the following syntax to
connect to teradata.
*Proc Sql;
connect to odbc (dsn=teradata username = '**********' password =
'*********');
create table dorm.bkg_tables
as select * from connection to odbc*
Could you
2011 Apr 06
1
Teradata ODBC driver
Hi.
I have had this URL passed to me in order to obtain the necessary driver to connect my R application to our Teradata warehouse, however, the URL does not seem to exist anymore, my internet explorer browser fails to connect for some reason.
http://downloads.teradata.com/download/applications/teradata-r/1.0
Is there an alternative site or location for obtaining the necessary driver?
Thanks
2007 Oct 17
3
R and TeraData
Hello,
Does anyone know a way to connect from R on Linux box to TeraData
server? I can use ODBC connection on Windows box, but with amount of
data I need (and prefer) to use large Linux box.
Thanks,
Vadim
2009 Feb 12
2
R Connection with Teradata (Windows)
Hi all,
I am trying to connect Teradata with R using Windows. Due I need to install any specific package or what? I am bit clue-less. Can someone help.
Regards,
Saj
_________________________________________________________________
[[alternative HTML version deleted]]
2008 Jul 04
5
Samba v2.2.12 NTLM versions?
Hi,
I am working on an old Unix system, UNIX SVR4 MP-RAS, running a Teradata database.
Due to the age of the system (notably the C compiler, which won't handle v3 source code), I have built Samba 2.2.12
I want to use this to share Unix directories out to XP clients as network drives, for read-write access, keeping the file ownership as strict unix users.
This all works fine, except for
2008 Apr 08
4
Practical Data Limitations with R
We are new to R and evaluating if we can use it for a project we need to
do. We have read that R is not well suited to handle very large data
sets. Assuming we have the data prepped and stored in an RDBMS (Oracle,
Teradata, SQL Server), what can R reasonably handle from a volume
perspective? Are there some guidelines on memory/machine sizing based
on data volume? We need to be able to handle
2008 Dec 18
1
RODBC crashes connecting to Teradata
Hi, I'm trying to connect to a Teradata database via RODBC on a Linux 64
machine (Red Hat Enterprise Linux 5). The ODBC driver is properly
configured and queries sent via unixODBC's isql tool work properly. However,
this is what happens when I try to connect via RODBC:
> library(RODBC)
> conn = odbcConnect("thedsn", uid="theuid", pwd="thepass")
***
2010 Apr 07
1
Exporting data to .xlsx file
I imported data from teradata to R data frames.Now i want to export this
data to .xlsx file ( not .xls since it doesn't support large data set).
I have tried dataframes2xls package but it needs python/perl which I don't
have on my computer.
Could any one help me resolve this issue.
Thanks
Sumit
[[alternative HTML version deleted]]
2010 Feb 24
1
Requirement
sorry for asking again and again
my Requirement:
i am connecting to teradata database and i am accessing tables and table
data also, i need generate graphs using that data and also i need to
forecast the results.
for example
i have a table xyz
Store Year Revenue
abc 2010 $557889
def 2010 $697356
i want to draw a barplot and i want to
2009 Oct 14
1
Announcement: New R book--50% off today only
Hi all,
This is Steven with Manning Publications. I wanted to announce the
launch of a new R book: R in Action by Rob Kabacoff. Rob was recently
interviewed for this piece on Teradata about the growth of R into new
fields and the future of R. The book gives thorough coverage of the R
environment with dozens of practical examples of its uses.
We're doing a one day 50% off deal on the
2010 Feb 22
5
Generating reports from database
MY REQUIREMENT:
I have a database and i want to connect to the database through R Project
and using the tables from the database i need to generate the reports.
can anyone plese tell me whether this is possible with R project or not.
Thanks in advance
Chinna.
--
View this message in context: http://n4.nabble.com/Generating-reports-from-database-tp1564238p1564238.html
Sent from the R help
2013 Nov 02
1
Cent OS 6.3 and free-nx
Folks,
I found free-nx in the repositories and tried to install/use it
I could not figure out how to get it working.
I tried following directions on the wiki
But I still could not get it working
Feel free to contact me at
stephen.bovy at teradata.com
I am currenly using the official ns server on sles 11 sp3
Is their any direction on how to install free nx on sles ??
2007 Feb 14
0
New PMML package
A new package is now available on CRAN - pmml.
PMML is the Predictive Modelling Markup Language, and is accepted by a
number of large database and data warehouse systems (IBM DB2 and NCR
Teradata) for deployment of models as SQL.
The current package is an "early release" in that it is very basic (and
primarily supports the Rattle package). But it is a start! It currently
supports rpart
2004 Oct 23
2
JDBC DB access in R
Hello, i see packages referencing using ODBC access to databases via R, are
there any packages that use JDBC to submit SQL to a database and return into
a data frame?
-zubin
2009 Mar 31
3
R Language Bloggers and Web Sites Owners
Dear List,
Apologies in advance for non bloggers for the spam on the slightly off topic.
This is an invitation to all R language bloggers to help spread the
world at a forum where leading authors come?together.
Current only 1 R blogger is there- David Smith, from Revolution Computing.
There are many from SAS (Jason Burke,Gary Conkins) ,one from SPSS (Jon
Peck) and others from SAP,Aster Data
2011 Jun 06
2
Obtener las reglas de un árbol de decisión
Hola,
Me gustaría obtener las reglas que genero con un árbol de decicisión
creado con party. Algo parecido a lo que realiza esta función con rpart
http://www.togaware.com/datamining/survivor/Convert_Tree.html la idea es
disponer de esas reglas en un fichero de texto.
En general si alguien sabe de algún paquete que permita obtener el código
que genera la puntuación, el "score" para un
2018 Jul 20
4
Relinking (syscall-free) ELF executable into Mach-O and PE executables
Hi,
Let's suppose we have an ELF executable that doesn't issue any syscall
(I mean, syscalls are issued from an external dynamic library, not
from the executable, and we can ignore such dynamic library because we
have the proper equivalent library with the proper syscalls in MacOS
and Windows).
So, the question: Is it "currently possible" (by "currently possible"
I
2005 May 31
0
Special Report from DM Direct: May 31, 2005
=======================================================================
Special Report May 31, 2005
http://www.DMReview.com
Special Report is an extension of DMReview magazine online.
=======================================================================
Industry Standards Can Help Pave the Road to Compliance
by Brian Sennett
Service-oriented architectures can aid in
2005 Jun 10
0
DM Direct Newsletter: June 10, 2005
=======================================================================
DM Direct June 10, 2005
http://www.DMReview.com
DM Direct is an extension of DMReview magazine online.
=======================================================================
A Scoop on Scope: A Process-Driven Approach to Avoiding Challenged Projects
by Rudolf Melik
This article discusses the focus
2001 Oct 13
0
Does "--with-profile" create "smbcontrol" executable?
I just noticed that I don't have an installed "smbcontrol" executable. Is
this because I built Samba v2.2.1a without the "--with-profile" config
option?
Thanks.