do_update_document: Update document Updates the text field of the documents data...

Description Usage Arguments Examples

View source: R/utils.R

Description

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.

Usage

1
do_update_document(updated, docs_df_path, this_doc_path)

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

1
unlink("./_my_qcoder_project", recursive=TRUE)

ropenscilabs/qcoder documentation built on Dec. 31, 2021, 9:11 p.m.