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
}
|