From 988d05165114a7fbba93a82bad556c5f45a79328 Mon Sep 17 00:00:00 2001 From: Ben Sacks <134327109+Ben-Sacks@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:12:49 -0500 Subject: [PATCH] remove append metadata from readme --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index c73082f..390cc67 100644 --- a/README.md +++ b/README.md @@ -165,14 +165,6 @@ Variable key here:


-ConversationAlign will prompt you to append any metadata you would like -to add. This joins information from a separate file (e.g., neuropsych -scores, ages, etc). Just give ConversationAlign a filepath to your CSV -data or click “Enter” to skip this step. A metadata file might look like -this: - -METADATA IMAGE HERE
- Run align_dyads on the cleaned dyads object you created using the clean_dyads function.
@@ -184,10 +176,6 @@ MyAlignedDyads <- align_dyads(MyCleanLangSamples) alt="Example aligned transcripts anger, anxiety, boredom from Taylor Swift-Ellen DeGeneres Interview, 2013" />
-# Appending metadata - -TBD - # Summarize transcripts ## summarize_dyads()