Skip to contents

tag: search_length_algorithm

Usage

prj_search_length_algorithm(type, value = NULL)

Arguments

type

string: The type

value

string | double: The value

Examples

prj_search_length_algorithm(type = "fixed",
                               value = 1e-06)
#> $type
#> [1] "fixed"
#> 
#> $value
#> [1] 1e-06
#> 
#> $xpath
#> [1] "search_length_algorithm"
#> 
#> $attr_names
#> character(0)
#> 
#> $flatten_on_exp
#> character(0)
#> 
#> attr(,"class")
#> [1] "prj_search_length_algorithm"