forked from DOI-USGS/dataRetrieval
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
60 lines (60 loc) · 1.65 KB
/
DESCRIPTION
File metadata and controls
60 lines (60 loc) · 1.65 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: dataRetrieval
Type: Package
Title: Retrieval functions for USGS data
Version: 1.2.1
Date: 2012-12-31
Author: Robert M. Hirsch, Laura De Cicco
Maintainer: Laura De Cicco <ldecicco@usgs.gov>
Description: Collection of functions to help retrieve USGS data from either web
services or user provided data files.
License: file LICENSE
Copyright: This software is in the public domain because it contains materials
that originally came from the United States Geological Survey, an agency of
the United States Department of Interior. For more information, see the
official USGS copyright policy at
http://www.usgs.gov/visual-id/credit_usgs.html#copyright
Collate:
'tabbedDataRetrievals.R'
'retrieveNWISData.r'
'getQWData.r'
'getSiteFileData.r'
'getDataFromFile.r'
'getParameterInfo.r'
'getPreLoadedData.r'
'getPreLoadedQWData.r'
'checkStartEndDate.r'
'dateFormatCheck.r'
'formatCheckDate.r'
'formatCheckParameterCd.r'
'formatCheckSiteNumber.r'
'getQWDataFromFile.r'
'populateDaily.r'
'compressData.r'
'populateSampleColumns.r'
'populateDateColumns.r'
'populateConcentrations.r'
'populateSiteINFO.r'
'populateParameterINFO.r'
'removeDuplicates.r'
'getDVData.r'
'getPreLoadedDailyData.r'
'getDailyDataFromFile.r'
'getSampleData.r'
'getPreLoadedSampleData.r'
'getSampleDataFromFile.r'
'getMetaData.r'
'mergeReport.r'
'dataOverview.r'
'getStoretData.r'
'getWQPData.r'
'retrieveUnitNWISData.r'
'getRawQWData.r'
'processQWData.r'
Depends:
R (>= 2.15.0),
zoo,
methods
Suggests:
xtable
LazyLoad: yes
LazyData: yes