checkIntFormat function

A way of checking if a string is a valid file name.

A way of checking if a string is a valid file name.

A copy from R's grDevices:::checkIntFormat because it is not exported there

checkIntFormat(s)

Arguments

  • s: An integer

Returns

logical: TRUE or FALSE

Author(s)

R Core Development Team

  • Maintainer: Paul E. Johnson
  • License: GPL (>= 3.0)
  • Last published: 2022-08-06

Useful links