inst/doc/ConversationAlign_Step1_Read.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----message=FALSE, warning=F, echo=F-----------------------------------------
# Load SemanticDistance
library(ConversationAlign)

## ----eval=F, message=F, warning=F---------------------------------------------
# #will search for folder 'my_transcripts' in your current directory
# MyConvos <- read_dyads()
# 
# #will scan custom folder called 'MyStuff' in your current directory, concatenating all files in that folder into a single dataframe
# MyConvos2 <- read_dyads(my_path='/MyStuff')

## ----eval=T, message=F, warning=F---------------------------------------------
MaryLittleLamb <- read_1file(MaronGross_2013)
#print first ten rows of header
knitr::kable(head(MaronGross_2013, 15), format = "pipe")

Try the ConversationAlign package in your browser

Any scripts or data that you put into this service are public.

ConversationAlign documentation built on Aug. 8, 2025, 7:22 p.m.