str_to_stac: Convert a string to a 'stac'

View source: R/sim_utils.R

str_to_stacR Documentation

Convert a string to a stac

Description

Convert a string to a stac

Usage

str_to_stac(stac_str)

Arguments

stac_str

the stac as a string

Value

the stac as a string

Author(s)

Richèl J.C. Bilderbeek

See Also

use stac_to_str to convent an stac to a string

Examples

DAISIEmainland:::str_to_stac("[no colonization has taken place]")
DAISIEmainland:::str_to_stac("Non_endemic_MaxAge")
DAISIEmainland:::str_to_stac("Endemic")
DAISIEmainland:::str_to_stac("Endemic&Non_Endemic")
DAISIEmainland:::str_to_stac("Non_endemic_MaxAge")
DAISIEmainland:::str_to_stac("Endemic_singleton_MaxAge")
DAISIEmainland:::str_to_stac("Endemic_clade_MaxAge")

joshwlambert/DAISIEmainland documentation built on July 14, 2024, 5:40 p.m.