image_import_inter | R Documentation |
This function allows users to interactively select and import images from
their filesystem. It calls choose.files()
and image_import()
and is
specifically designed for Windows operating systems.
image_import_inter()
This function prompts the user to select one or multiple images from their filesystem. It only works on Windows operating systems due to platform-specific file selection mechanisms.
The function returns the imported images.
image_import()
if (interactive() && .Platform$OS.type == "windows"){
library(pliman)
imgs <- image_import_inter()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.