read_face_csvs | R Documentation |
Function to read all the csvs from one analysis into one face object.
read_face_csvs(output_dir)
: |
output_dir the folder where csvs outputs are stored. |
A face object.
#create a directory with Lara and Teddy
write_csv(lara, "newfolderex//lara.csv)
write_csv(teddy, "newfolderex//teddy.csv)
# Import Lara and Teddy data
read_csv("newfolderex")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.