text_from_dai_file | R Documentation |
text_from_dai_file()
is deprecated; please use get_text()
instead.
text_from_dai_file(file, save_to_file = FALSE, dest_dir = getwd())
file |
filepath of a JSON file obtained using |
save_to_file |
boolean; whether to save the text as a .txt file |
dest_dir |
folder path for the .txt output file if save_to_file=TRUE |
a string (if save_to_file = FALSE
)
## Not run:
text <- text_from_dai_file("mydoc-0.json")
text_from_dai_file("mydoc-0.json", save_to_file = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.