View source: R/extract_properties.R
| property_strings_to_data_frame | R Documentation | 
This function needs some improvement! The argument is called "values" but the values will appear in column "name". Also, what happens if there is also a property with name "name"?
property_strings_to_data_frame(property_strings, values = NULL)
| property_strings | vector of character containing property values in the
form of  | 
| values | if given and not  | 
property_strings <- c(
  "id:peter+class:person",
  "id:germany+class:country"
)
kwb.fakin:::property_strings_to_data_frame(property_strings)
kwb.fakin:::property_strings_to_data_frame(property_strings, c("a", "b"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.