View source: R/exp_create_field_notes_template.R
create_field_notes_template | R Documentation |
It is good practice to record when refinements were made, what was done, and
the reasons behind them. These "field notes" are used by this package to
annotate plots created by plot_novelty()
and plot_richness()
, and they're
also requested by peer reviewers as part of the publication process.
This template contains 5 columns (only the first one, interview_num
,
is currently used by the package, but this is subject to change):
interview_num
is the upcoming interview number where these refinements
will take effect.
refinement_type
is free text describing the kind of refinement,
e.g. "add" or "rephrase" or "remove".
refinement
is the actual text that has been changed.
reason
describes the rationale behind the refinement.
other
is for additional information you may want to include.
create_field_notes_template(path = stop("A save path must be specified."))
create_fieldnotes_template(path = stop("A save path must be specified."))
path |
(Character) The path where the field notes template should be created. |
Invisibly returns the path to the template (Character). In an
interactive session, also opens path
in the system's file viewer.
# Create the template in a temporary directory.
create_field_notes_template(path = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.