File: getabd.Rd

package info (click to toggle)
hmisc 5.2-4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,044 kB
  • sloc: asm: 28,905; f90: 590; ansic: 415; xml: 160; fortran: 75; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/abd.r
\name{getabd}
\alias{getabd}
\title{getabd}
\usage{
getabd(name = "", lowernames = FALSE, allow = "_")
}
\arguments{
\item{name}{name of dataset to fetch.  Omit to get a data table listing all available datasets.}

\item{lowernames}{set to \code{TRUE} to change variable names to lower case}

\item{allow}{set to \code{NULL} to convert underscores in variable names to periods}
}
\value{
data frame with attributes \code{label} and \code{url}
}
\description{
Data from The Analysis of Biological Data by Shitlock and Schluter
}
\details{
Fetches csv files for exercises in the book
}
\author{
Frank Harrell
}