Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 13 found.
[1] < 1 2 > [2]  Sort:

lda_tidiers (Package: tidytext) : Tidiers for LDA objects from the topicmodels package

Tidy the results of a Latent Dirichlet Allocation.
● Data Source: CranContrib
● Keywords:
● Alias: augment.LDA, glance.LDA, lda_tidiers, tidy.LDA
● 0 images

cast_sparse (Package: tidytext) : Create a sparse matrix from row names, column names, and values

Create a sparse matrix from row names, column names, and values in a table.
● Data Source: CranContrib
● Keywords:
● Alias: cast_sparse
● 0 images

pair_count (Package: tidytext) : Count pairs of items that cooccur within a group

This function has been deprecated. Work on this and similar functions is now going on in the widyr package (https://github.com/dgrtwo/widyr). Count the number of times pairs of items cooccur within a group. This returns a table with one row for each word-word pair that occurs within a group, along with n, the number of groups the pair cooccurs in. pair_count_ is the standard-evaluation version that can be programmed with.
● Data Source: CranContrib
● Keywords:
● Alias: pair_count, pair_count_
● 0 images

unnest_tokens (Package: tidytext) : Split a column into tokens using the tokenizers package

Split a column into tokens using the tokenizers package
● Data Source: CranContrib
● Keywords:
● Alias: unnest_tokens, unnest_tokens_
● 0 images

corpus_tidiers (Package: tidytext) : Tidiers for a corpus object from the quanteda package

Tidy a corpus object from the quanteda package. tidy returns a tbl_df with one-row-per-document, with a text column containing the document's text, and one column for each document-level metadata. glance returns a one-row tbl_df with corpus-level metadata, such as source and created. For Corpus objects from the tm package, see tidy.Corpus.
● Data Source: CranContrib
● Keywords:
● Alias: corpus_tidiers, glance.corpus, tidy.corpus
● 0 images

reexports (Package: tidytext) : Objects exported from other packages

These objects are imported from other packages. Follow the links below to see their documentation.
● Data Source: CranContrib
● Keywords: internal
● Alias: augment, glance, reexports, tidy
● 0 images

tidy_triplet (Package: tidytext) : Utility function to tidy a simple triplet matrix

Utility function to tidy a simple triplet matrix
● Data Source: CranContrib
● Keywords:
● Alias: tidy_triplet
● 0 images

cast_sparse_ (Package: tidytext) : Standard-evaluation version of cast_sparse

Standard-evaluation version of cast_sparse
● Data Source: CranContrib
● Keywords:
● Alias: cast_sparse_
● 0 images

tdm_tidiers (Package: tidytext) : Tidy DocumentTermMatrix, TermDocumentMatrix, and related objects

Tidy a DocumentTermMatrix or TermDocumentMatrix into a three-column data frame: term{}, and value (with zeros missing), with one-row-per-term-per-document.
● Data Source: CranContrib
● Keywords:
● Alias: tdm_tidiers, tidy.DocumentTermMatrix, tidy.TermDocumentMatrix, tidy.dfmSparse, tidy.simple_triplet_matrix
● 0 images

cast_tdm_ (Package: tidytext) : Casting a data frame to

This turns a "tidy" one-term-per-dopument-per-row data frame into a DocumentTermMatrix or TermDocumentMatrix from the tm package, or a dfm from the quanteda package. Each caster can be called either with non-standard evaluation (bare column names) or character vectors (for cast_tdm_ and cast_dtm_).
● Data Source: CranContrib
● Keywords:
● Alias: cast_dfm, cast_dfm_, cast_dtm, cast_dtm_, cast_tdm, cast_tdm_
● 0 images