Learn R Programming

artma (version 0.3.3)

options.remove: Remove user options

Description

Provide a name of a user options file to remove, and remove that file.

Usage

options.remove(
  options_file_name = NULL,
  options_dir = NULL,
  skip_confirmation = FALSE
)

Value

NULL

Arguments

options_file_name

[character, optional] Name of the options file to remove. If not provided, the user will be prompted. Defaults to NULL.

options_dir

[character, optional] Full path to the folder that contains user options files. If not provided, the default folder is chosen. Defaults to NULL.

skip_confirmation

[boolean, optional] If passed as TRUE, the user will not be prompted for deletion confirmation. Defaults to FALSE.

Details

This function is an alias for options.delete and behaves identically.