Learn R Programming

qdapTools

qdapTools is an R package that contains tools associated with the qdap package that may be useful outside of the context of text analysis.

Installation

To download the development version of qdapTools:

Download the zip ball or tar ball, decompress and run R CMD INSTALL on it, or use the pacman package to install the development version:

if (!require("pacman")) install.packages("pacman")
pacman::p_load_gh("trinker/qdapTools")

Copy Link

Version

Install

install.packages('qdapTools')

Monthly Downloads

1,531

Version

1.3.7

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

May 10th, 2023

Functions in qdapTools (1.3.7)

url_dl

Download Instructional Documents
shift

Shift Vector Left/Right
hms2sec

Convert h:m:s To/From Seconds
repo2github

Upload a Local Repo to GitHub
run_split

Split a String Into Run Chunks
split_vector

Split a Vector By Split Points
text2color

Map Words to Colors
read_docx

Read in .docx Content
v_outer

Vectorized Version of outer
start_end

Get Location of Start/End Points
loc_split

Split Data Forms at Specified Locations
hash

Hash/Dictionary Lookup
%l*%

Hash/Dictionary Lookup
lookup_e

Hash Table/Dictionary Lookup lookup_e - Environment based hash table useful for large vector lookups.
pad

Pad Strings
print.v_outer

Prints a v_outer Object.
lookup

Hash Table/Dictionary Lookup lookup - data.table based hash table useful for large vector lookups.
id

ID By Row Number or Sequence Along
mtabulate

Tabulate Frequency Counts for Multiple Vectors
list2df

List/Matrix/Vector to Dataframe/List/Matrix