File: html.data.frame.r

package info (click to toggle)
hmisc 5.2-4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,044 kB
  • sloc: asm: 28,905; f90: 590; ansic: 415; xml: 160; fortran: 75; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
require(Hmisc)
getHdata(pbc)
f <- '/tmp/z.html'
cat('', file=f)
html(contents(pbc), levelType='table')
d <- describe(pbc)
html(d)