Learn R Programming

assertive (version 0.2-1)

warn_about_file.access_under_windows: Warn about file.access under Windows

Description

If the OS is Windows, throw a warning about using file.access.

Usage

warn_about_file.access_under_windows()

Arguments

Value

  • Nothing. Invoked for the side effect of throwing a warning under Windows.

See Also

file.access

Examples

Run this code
dont_stop(warn_about_file.access_under_windows())

Run the code above in your browser using DataLab