Skip to content

Commit

Permalink
changed toc location
Browse files Browse the repository at this point in the history
  • Loading branch information
trinker committed Jun 16, 2020
1 parent bc99ee7 commit 5dc4e15
Showing 1 changed file with 38 additions and 32 deletions.
70 changes: 38 additions & 32 deletions README.md
@@ -1,3 +1,27 @@
textreadr
============


![](tools/textreadr_logo/r_textreadr.png)

[![Project Status: Active - The project has reached a stable, usable
state and is being actively
developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Build
Status](https://travis-ci.org/trinker/textreadr.svg?branch=master)](https://travis-ci.org/trinker/textreadr)
[![Coverage
Status](https://coveralls.io/repos/trinker/textreadr/badge.svg?branch=master)](https://coveralls.io/r/trinker/textreadr?branch=master)
[![](http://cranlogs.r-pkg.org/badges/textreadr)](https://cran.r-project.org/package=textreadr)

**textreadr** is a small collection of convenience tools for reading
text documents into R. This is not meant to be an exhaustive collection;
for more see the [**tm**](https://CRAN.R-project.org/package=tm)
package.


Table of Contents
============

- [Functions](#functions)
- [Installation](#installation)
- [Contact](#contact)
Expand All @@ -8,13 +32,13 @@
- [Browse](#browse)
- [Generic Document Reading](#generic-document-reading)
- [Read Directory Contents](#read-directory-contents)
- [Read .docx](#read-.docx)
- [Read .doc](#read-.doc)
- [Read .rtf](#read-.rtf)
- [Read .pdf](#read-.pdf)
- [Image Based .pdf: OCR](#image-based-.pdf-ocr)
- [Read .pptx](#read-.pptx)
- [Read .html](#read-.html)
- [Read .docx](#read-docx)
- [Read .doc](#read-doc)
- [Read .rtf](#read-rtf)
- [Read .pdf](#read-pdf)
- [Image Based .pdf: OCR](#image-based-pdf-ocr)
- [Read .pptx](#read-pptx)
- [Read .html](#read-html)
- [Read Transcripts](#read-transcripts)
- [docx Simple](#docx-simple)
- [docx With Skip](#docx-with-skip)
Expand All @@ -26,24 +50,9 @@
- [Authentic Interview](#authentic-interview)
- [Pairing textreadr](#pairing-textreadr)

![](tools/textreadr_logo/r_textreadr.png)

[![Project Status: Active - The project has reached a stable, usable
state and is being actively
developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Build
Status](https://travis-ci.org/trinker/textreadr.svg?branch=master)](https://travis-ci.org/trinker/textreadr)
[![Coverage
Status](https://coveralls.io/repos/trinker/textreadr/badge.svg?branch=master)](https://coveralls.io/r/trinker/textreadr?branch=master)
[![](http://cranlogs.r-pkg.org/badges/textreadr)](https://cran.r-project.org/package=textreadr)

**textreadr** is a small collection of convenience tools for reading
text documents into R. This is not meant to be an exhaustive collection;
for more see the [**tm**](https://CRAN.R-project.org/package=tm)
package.

Functions
=========
============


Most jobs in my workflow can be completed with `read_document` and
`read_dir`. The former generically reads in a .docx, .doc, .pdf, .html,
Expand Down Expand Up @@ -182,14 +191,11 @@ the development version:
Contact
=======

You are welcome to:
You are welcome to:
- submit suggestions and bug-reports at: <https://github.com/trinker/textreadr/issues>
- send a pull request on: <https://github.com/trinker/textreadr/>
- compose a friendly e-mail to: <tyler.rinker@gmail.com>

- submit suggestions and bug-reports at:
<a href="https://github.com/trinker/textreadr/issues" class="uri">https://github.com/trinker/textreadr/issues</a>
- send a pull request on:
<a href="https://github.com/trinker/textreadr/" class="uri">https://github.com/trinker/textreadr/</a>
- compose a friendly e-mail to:
<a href="mailto:tyler.rinker@gmail.com" class="email">tyler.rinker@gmail.com</a>

Demonstration
=============
Expand Down Expand Up @@ -866,4 +872,4 @@ I demonstrate pairings with
##
## $`58`
## [1] "Mobile v. Bolden" "Williams v. Brown" "United States v. Havens"
## [4] "Parratt v. Taylor" "Dougherty County Board of Education v. White" "Jenkins v. Anderson"
## [4] "Parratt v. Taylor" "Dougherty County Board of Education v. White" "Jenkins v. Anderson"

0 comments on commit 5dc4e15

Please sign in to comment.