RBirdPersons

Results 1 issues of RBirdPersons

Would you consider adding functions to parse css to/from character strings rather than text files? e.g. ```r parse_css % gsub("//.?\\n", "\\n", .) %>% css:::tokenize_css() } create_css % group_by(rule) %>% summarise(text...