
Update document Updates the text field of the documents data frame, typically after pressing Save button in the Shiny App. May also be used in the console.
Source:R/utils.R
do_update_document.Rd
Update document Updates the text field of the documents data frame, typically after pressing Save button in the Shiny App. May also be used in the console.
Arguments
- updated
The updated text as a character string
- docs_df_path
Location of the documents rds file.
- this_doc_path
Name of record to be updated, as recorded in "doc_path" field of data frame.
Examples
unlink("./_my_qcoder_project", recursive=TRUE)