| aggregate_sentiment | Get statistics for sentiment over some group, such as... |
| bind_aggregation | bind aggregate terms together |
| concat_walk | concat list 1 and 2, moving past NA values |
| concat_walk_i | concat list 1 and 2 at index, skipping NA values |
| determine_stopwords | determine stopword status |
| dist_density | output a histogram of the distribution of some function of... |
| dist_hist | output a histogram of the distribution of some function of... |
| format_data | takes imported one-line-per-row data and prepares it for... |
| get_aggregate_insight | perform group-aware aggregate operations on the data |
| get_bigram | Determine bigrams |
| get_books | sections text based on book |
| get_cantos | sections text based on cantos |
| get_chapters | sections text based on chapters |
| get_filetype | Get filetype |
| get_ngram | Returns the n-grams, skipping NA values |
| get_parts | sections text based on parts |
| get_search | creates a search closure to section text |
| get_sections | sections text based on sections |
| get_sw | Gets stopwords from a default list and user-provided list |
| get_term_insight | perform group-aware term operations on the data |
| get_valid_input | helper function to get valid input (recursively) |
| get_vis | create a group-aware visualisation |
| ifexp | scheme-like if expression, without restriction of returning... |
| import_base_file | Base case for file import |
| import_csv | Import csv file |
| import_excel | Import excel file |
| import_files | Import any number of files |
| import_txt | Import text file |
| key_aggregates | get score for key sentences as per Lexrank |
| keywords_tr | Determine textrank score for vector of words |
| main | Launch app for iNZightTA |
| ma_term_sentiment | Determine the lagged sentiment of terms |
| ngram_freq | NOT FOR PRODUCTION - STILL IN TESING. Returns the count of... |
| pipe | Pipe operator |
| score_barplot | output a ggplot column graph of the top texts from some... |
| score_wordcloud | output a ggplot wordcloud graph of the top texts from some... |
| section | Adds section column to dataframe |
| shorten | Shorten some text up to n characters |
| struct_pageview | Colours a ggpage based on an insight function |
| struct_time_series | output a ggplot time series plot of some insight function |
| table_textcol | Interactively determine and automatically mark the text... |
| term_cooccurance | Determine term cooccurances - extremely slow |
| term_corr | Determine term correlations - extremely slow |
| term_count | Determine the number of terms at each aggregate level |
| term_freq | Determine term frequency |
| term_sentiment | Determine sentiment of terms |
| ungroup_by | helper function to ungroup for dplyr. functions equivalently... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.