
Take a list of extracted YAML fragments and extract the function arguments
prepare_function_argument_fragments.RdThis function takes a list of extracted YAML fragments (x) and reorganizes
it to prepare it for being parsed.
Arguments
- x
The list of fragments
- regex
The regular expression specifying how to extract the function name.
- silent
Whether to be silent (
TRUE) or chatty (FALSE).
Details
Note that users normally don't call this function directly; instead, it is
called by bm_get_bookmarks_from_file()] or a function calling
that function.