Skip to content

how to create table with file link in Rd File

8 messages · purushothaman, Eik Vettorazzi, Jessica Streicher

#
Hi,

i need to create table like this

-----------------------------------------------------------------------------------------------------------------------------------------------------------
module name      class name        function name                                                                  
fun description
-----------------------------------------------------------------------------------------------------------------------------------------------------------
CSV Functions     CSVoperations   http://readcsv.hml Read csv     used to
read input csv 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-tp4636740p4636742.html
Sent from the R help mailing list archive at Nabble.com.
#
Hi,
I think \tabular does what you want, see
see http://cran.r-project.org/doc/manuals/R-exts.html#Lists-and-tables

hth.

Am 17.07.2012 14:45, schrieb purushothaman:

  
    
#
Try again please,

so you have a table/dataframe or some such with 4(?) columns:
module_name, class_name, function_name and function_description

I guess under the second line shall be an example of data in the table, but i cannot see what belongs to what column.

If you have an example table already as an R Object, use dput() to give it to us (see the posting guide for more information on that).

Finally: what does that table have to do with file links and Rd files?
On 17.07.2012, at 14:45, purushothaman wrote:

            
#
Oh, i think i get it now, you're talking about  formatting a table in a documentation file?
On 17.07.2012, at 14:45, purushothaman wrote:

            
#
Yepp, that makes much more sense, look at Eiks post for an answer. 
I'm terribly sorry, i confused Rd with RData.
On 17.07.2012, at 15:18, Jessica Streicher wrote: