From 87deebeb43885eac1ba9ab505cd06bc8540af95f Mon Sep 17 00:00:00 2001 From: unknown <ldecicco@usgs.gov> Date: Mon, 24 Nov 2014 16:37:35 -0600 Subject: [PATCH] Fixed formatting error. --- R/readNWISdata.r | 2 +- man/readNWISdata.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/readNWISdata.r b/R/readNWISdata.r index e8f54180..28d2907e 100644 --- a/R/readNWISdata.r +++ b/R/readNWISdata.r @@ -25,7 +25,7 @@ #' and S is the statistic code (if applicable). #' #' There are also several useful attributes attached to the data frame: -#' \tabular{ll}{ +#' \tabular{lll}{ #' Name \tab Type \tab Description \cr #' url \tab character \tab The url used to generate the data \cr #' siteInfo \tab data.frame \tab A data frame containing information on the requested sites \cr diff --git a/man/readNWISdata.Rd b/man/readNWISdata.Rd index 395d7d32..bdb0ca86 100644 --- a/man/readNWISdata.Rd +++ b/man/readNWISdata.Rd @@ -33,7 +33,7 @@ P is the parameter code, and S is the statistic code (if applicable). There are also several useful attributes attached to the data frame: -\tabular{ll}{ +\tabular{lll}{ Name \tab Type \tab Description \cr url \tab character \tab The url used to generate the data \cr siteInfo \tab data.frame \tab A data frame containing information on the requested sites \cr -- GitLab