View source: R/assign-test-ids.R
milestone_to_test_id | R Documentation |
Update stories dataframe with newly generated test ids
milestone_to_test_id(stories_df, tests, return_missing_ids = FALSE)
stories_df |
a dataframe of stories returned by |
tests |
dataframe returned by |
return_missing_ids |
logical (T/F). Whether or not to return the warning messages pertaining to missing ids. Note that this will affect piping to other functions, as a named list will be returned instead of a dataframe. |
Users must first run assign_test_ids()
to generate a list of test ids and overwrite existing test files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.