Re: [R] how to make a folder as package in R

2012-09-11 Thread purushothaman
Hi, i used this package.skeleton() function but i created using single R file. but i need to create package using more than one R file. Thanks B.Purushothaman -- View this message in context: http://r.789695.n4.nabble.com/how-to-make-a-folder-as-package-in-R-tp4642734p4642739.html Sent from

[R] how to make a folder as package in R

2012-09-11 Thread purushothaman
Hi how to make a filder as R Package. for exampled c:\test folder having following files add.r test1.r sub.r i need to make package like this test_v1.zip. thanks B.Purushothaman -- View this message in context: http://r.789695.n4.nabble.com/how-to-make-a-folder-as-package-in-R-tp4642734.h

Re: [R] How to filter datetime from a dataframe

2012-07-25 Thread purushothaman
the "date" and "time" from the dataframe. Thanks in advance, Purushothaman -- View this message in context: http://r.789695.n4.nabble.com/How-to-filter-datetime-from-a-dataframe-tp4637721p4637755.html Sent from the R help mailing list archive at Nabble.com. __

[R] How to filter datetime from a dataframe

2012-07-25 Thread purushothaman
I have one month data in a dataframe.. I need to filter data based on start date and end date Ex: Start date :- 01/Jul/2012 and End date :- 10/Jul/2012 Please help me to find the solution -- View this message in context: http://r.789695.n4.nabble.com/How-to-filter-datetime-from-a-dataframe-

Re: [R] how to create table with file link in Rd File

2012-07-17 Thread purushothaman
Yes your right , pls tell how do format table in Rd files Thanks B.Purushothama -- View this message in context: http://r.789695.n4.nabble.com/how-to-create-table-with-file-link-in-Rd-File-tp4636740p4636747.html Sent from the R help mailing list archive at Nabble.com. __

Re: [R] how to create table with file link in Rd File

2012-07-17 Thread purushothaman
Hi, i need to create table like this --- module name class namefunction name

[R] how to create table with file link in Rd File

2012-07-17 Thread purushothaman
Hi how to create table with file link in Rd File Thanks B.Purushothaman -- View this message in context: http://r.789695.n4.nabble.com/how-to-create-table-with-file-link-in-Rd-File-tp4636740.html Sent from the R help mailing list archive at Nabble.com. _

[R] How to Generate index File From Rd file

2012-07-13 Thread purushothaman
Hi, I need to generate HTML index file from Rd file. example Module Class Function Description Csvfunction csvoperations Module Description http://test Read CSV Function Descripti

Re: [R] How to get all list item to one string variable

2012-07-12 Thread purushothaman
hi, sorry it's not 2 different list all item in same list like this a[1]="abc" a[2]="def" ... output ="abc def ..." Thanks B.Purushothaman -- View this message in context: http://r.789695.n4.nabble.com/How-to-get-all-list-item-to-one-string-variable-tp4636283p4636287.html Sent from the R help

Re: [R] I need to get function name from R file

2012-07-12 Thread purushothaman
it's working Thank You so much B.purushothaman -- View this message in context: http://r.789695.n4.nabble.com/I-need-to-get-function-name-from-R-file-tp4636136p4636284.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-projec

[R] How to get all list item to one string variable

2012-07-12 Thread purushothaman
Hi, How to get all list item to one string variable. example a[1]="abc" b[1]="def" output="abc def" Thanks B.Purushothaman -- View this message in context: http://r.789695.n4.nabble.com/How-to-get-all-list-item-to-one-string-variable-tp4636283.html Sent from the R help mailing list archive a

Re: [R] How to Read source code of function as string vector or matrix

2012-07-12 Thread purushothaman
Hi, readLines read a file and retrun as vector. i need to read particular function in Rfile. Thanks B.Purushothaman -- View this message in context: http://r.789695.n4.nabble.com/How-to-Read-source-code-of-function-as-string-vector-or-matrix-tp4636270p4636273.html Sent from the R help mailing

[R] How to Read source code of function as string vector or matrix

2012-07-12 Thread purushothaman
Hi, I need to read source code of function as a string vector or matrix. if i am using get method it return as closure type. example readcsv<-function(filepath) { output<-read.csv(filepath) } how to get as string vector like this test[1]=readcsv<-function(filepath) test[2]={ test[3]=output<-r

[R] I need to get function name from R file

2012-07-11 Thread purushothaman
Hi, i need to get functions name from R file example test.R file having 2 functions like add<-function() { a+b } sub<-function() { a-b } how to get function name from test.R file i need output is functions are add,sub. Thanks B.Purushothaman -- View this message in context: http://r.789695

Re: [R] i need help in documentation

2012-07-06 Thread purushothaman
Hi, i tried with inlinedocs package function extract.docs.file. it have exactly what i need but it return as list. can u help me how to convert list to html documentation. Thanks B.Purushothaman -- View this message in context: http://r.789695.n4.nabble.com/i-need-help-in-documentation-tp4635

[R] i need help in documentation

2012-07-05 Thread purushothaman
Hi, i am new in R development , so i need help in documentation from comments in R file for example sample<-function(filepath) { ##title<< read csv file ##author<< Purushoth ##description this function is used to read a csv file output<-read.csv(filepath) return(

Re: [R] Calculating Betweenness - Efficiency problem

2008-07-24 Thread Senthil Purushothaman
Purushothaman Cc: jim holtman; r-help@r-project.org Subject: Re: [R] Calculating Betweenness - Efficiency problem Senthil, sending a 12Mb file to the list is not a good idea. I've run the code in my previous email without any problem, so you need to be a bit more specific about what went wron

Re: [R] Calculating Betweenness - Efficiency problem

2008-07-22 Thread Senthil Purushothaman
very different challenge. I am attaching the Test.csv file for your experiments. Thank you very much again. Best regards, Senthil (909) 267-0799 -Original Message- From: Gabor Csardi [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2008 1:57 AM To: Senthil Purushothaman Cc: jim holtman; r

Re: [R] Calculating Betweenness - Efficiency problem

2008-07-19 Thread Senthil Purushothaman
ctors. Assuming that I use 'factor' to convert the characters to numbers, how do I convert these numbers into vectors? Thanks, Senthil -Original Message- From: jim holtman [mailto:[EMAIL PROTECTED] Sent: Sat 7/19/2008 4:49 AM To: Senthil Purushothaman Cc: r-help@r-project.org

[R] Calculating Betweenness - Efficiency problem

2008-07-18 Thread Senthil Purushothaman
Hello, I am calculating 'Betweenness' of a large network using R. Currently, I have the node-node information (City1-City2) in an excel file, present in two columns where column A has City1 and column B has City2 that city1 is connected to. These are the steps that I go through to calculate bet