Skip to content

Commit

Permalink
Make this clickable for help
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Mar 7, 2024
1 parent 2c9242e commit d21a481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/data.R
Expand Up @@ -147,6 +147,6 @@ use_data_raw <- function(name = "DATASET", open = rlang::is_interactive()) {

ui_bullets(c(
"_" = "Finish writing the data preparation script in {.path {pth(r_path)}}.",
"_" = "Use {.code usethis::use_data()} to add prepared data to package."
"_" = "Use {.fun usethis::use_data} to add prepared data to package."
))
}

0 comments on commit d21a481

Please sign in to comment.