Skip to content

Various R snippets for reading, subsetting, summarizing, reshaping, merging, and cleaning data

License

Notifications You must be signed in to change notification settings

standardgalactic/r-snippets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r-snippets

Various R snippets for reading, subsetting, summarizing, reshaping, merging, and cleaning data.

Snippets operate on real world data and are covered by test_that unit tests.

Reading Data

  • Read CSV from URL
  • Read from URL to Data Table
  • Read XLSX from URL
  • Read XML from URL with XPATH
  • Read JSON from URL

Subsetting Data

Coming soon...

Summarizing Data

Coming soon...

Reshaping Data

Coming soon...

Merging Data

Coming soon...

Cleaning Data

Coming soon...

##License

Copyright 2014 Donne Martin

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Various R snippets for reading, subsetting, summarizing, reshaping, merging, and cleaning data

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%