powered by
Determine if the XML text has unique parameter IDs
has_unique_ids(text)
TRUE if all parameter IDs are unique, FALSE otherwise
the XML as text
Richèl J.C. Bilderbeek
to obtain the duplicate parameter IDs, use get_duplicate_param_ids
get_duplicate_param_ids
check_empty_beaustier_folders() line_1 <- "" line_2 <- "" # Unique IDs has_unique_ids(c(line_1, line_2)) # No unique ID has_unique_ids(c(line_1, line_1)) check_empty_beaustier_folders()
Run the code above in your browser using DataLab