skip_if_offline(host = "www.opendata.nhs.scot")
test_that("throws error and doesn't suggest for large distance", {
expect_error(
suggest_dataset_name(
"135987645892erhusidhnjsfdhf92ry9823hr2iuh2eiyrhwfue"
),
regexp = "Can't find the dataset name"
)
})
test_that("throws error and does suggest for close matches", {
expect_error(
suggest_dataset_name(
"rospital-codes"
),
regexp = "Did you mean .+?\\?"
)
expect_error(
suggest_dataset_name(
"population"
),
regexp = "Did you mean any of .+?\\?"
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.