README.md

mktinsight

This package is a R tool for the contextual analysis of sentences in email subject lines. It automates contact segmentation based on job titles and the evaluation of which email topics are most successful at attracting readers.

Installing the package

  1. Installing Python dependencies:

    Install python. Then install spacy for your platform, as documented on its website.

  2. Install mktinsight:

    Run the command:

install.packages("devtools")
devtools::install_github("quanteda/spacyr")
devtools::install_github("bziomek/mktinsight")
  1. If the above command throws dependency errors, install dependencies manually:
install.packages("quanteda")
  1. Then re-run the installation command, if needed:
remove.packages("mktinsights")
remove.packages("spacyr")
devtools::install_github("quanteda/spacyr")
devtools::install_github("bziomek/mktinsight")

Usage

To access functionality, start with package?mktinsight.



bziomek/mktinsight documentation built on Jan. 5, 2023, 12:18 a.m.