Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dataRetrieval
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Water
dataRetrieval
Commits
38e12c24
Commit
38e12c24
authored
11 years ago
by
Laura A DeCicco
Browse files
Options
Downloads
Patches
Plain Diff
Updated help file examples.
parent
abc6f1ac
Branches
utilpy-windows-issue-hotfix
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
man/getDataFromFile.Rd
+3
-2
3 additions, 2 deletions
man/getDataFromFile.Rd
man/getWaterML1Data.Rd
+0
-1
0 additions, 1 deletion
man/getWaterML1Data.Rd
with
3 additions
and
3 deletions
man/getDataFromFile.Rd
+
3
−
2
View file @
38e12c24
...
...
@@ -28,9 +28,10 @@ column is optional, it contains any remark codes.
\examples{
# Examples of how to use getDataFromFile:
# Change the file path and file name to something meaningful:
filePath <- '~/RData/' # Sample format
filePath <- system.file("extdata", package="dataRetrieval")
filePath <- paste(filePath,"/",sep="")
fileName <- 'ChoptankRiverFlow.txt'
\dontrun{
getDataFromFile(filePath,fileName, separator="\\t")
}
getDataFromFile(filePath,fileName, separator="\\t")
}
\keyword{data}
\keyword{file}
...
...
This diff is collapsed.
Click to expand it.
man/getWaterML1Data.Rd
+
0
−
1
View file @
38e12c24
...
...
@@ -19,7 +19,6 @@ the desired NWIS site, parameter code, statistic, startdate
and enddate.
}
\examples{
url <- "http://waterservices.usgs.gov/nwis/dv/?format=waterml,1.1&sites="
sites <- "02177000"
startDate <- "2012-09-01"
endDate <- "2012-10-01"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment