donnemartin / r-snippets

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:R 100.0%