diff --git a/R/readNWISdata.r b/R/readNWISdata.r index e8f54180c2b8491b02394e1d69ccb016b66f2a8b..28d2907ef28dfde27c255b6f5ebe190ffdb7e1e7 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 395d7d32125653845d645cdbaad5eb912285b730..bdb0ca86983ea8e5a0bdfee345bcfbc33cd005b6 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