From a064d7405d5605966cdf563213532192591910b8 Mon Sep 17 00:00:00 2001
From: Laura DeCicco <ldecicco@usgs.gov>
Date: Thu, 14 Mar 2013 17:56:18 -0500
Subject: [PATCH] Still cant rm correct file.

---
 man/getDataAvailablilty.Rd | 40 --------------------------------------
 1 file changed, 40 deletions(-)
 delete mode 100644 man/getDataAvailablilty.Rd

diff --git a/man/getDataAvailablilty.Rd b/man/getDataAvailablilty.Rd
deleted file mode 100644
index 750535bc..00000000
--- a/man/getDataAvailablilty.Rd
+++ /dev/null
@@ -1,40 +0,0 @@
-\name{getDataAvailablilty}
-\alias{getDataAvailablilty}
-\title{USGS data availability}
-\usage{
-  getDataAvailablilty(siteNumber = "", interactive = TRUE,
-    longNames = FALSE)
-}
-\arguments{
-  \item{siteNumber}{string USGS site number.  This is
-  usually an 8 digit number}
-
-  \item{interactive}{logical Option for interactive mode.
-  If true, there is user interaction for error handling and
-  data checks.}
-
-  \item{longNames}{logical indicates whether or not to make
-  a web call to get long names of parameters. Be aware this
-  could take a very long time if the station has lots of
-  data.}
-}
-\value{
-  retval dataframe with all information found in the
-  expanded site file
-}
-\description{
-  Imports a table of available parameters, period of
-  record, and count. There is also an option to load the
-  long parameter names and additional information on the
-  parameters with longNames=TRUE.
-}
-\examples{
-# These examples require an internet connection to run
-availableData <- getDataAvailablilty('05114000',interactive=FALSE)
-}
-\keyword{data}
-\keyword{import}
-\keyword{service}
-\keyword{USGS}
-\keyword{web}
-
-- 
GitLab