# This example require N27 template brain to be installed
# see `?download_N27` for details
# using N27 to localize
fs_path <- file.path(default_template_directory(), "N27")
if(interactive() && dir.exists(fs_path)){
module <- localization_module("N27", fs_path)
print(module$app)
}
Run the code above in your browser using DataLab