powered by
Check if code is compatible with the current SDK version and suggest migration steps if needed.
check_sdk_compatibility(code_version)
A list with compatible (logical) and suggestions (character vector).
Version string the code was written for.
# \donttest{ if (interactive()) { result <- check_sdk_compatibility("0.8.0") if (!result$compatible) { cat("Migration needed:\n") cat(paste(result$suggestions, collapse = "\n")) } } # }
Run the code above in your browser using DataLab