document (version 4.0.0)

is_Rd_file: Check Whether a File is Probably an R Documentation File

Description

This is meant for internal use by man.

Usage

is_Rd_file(x)

Value

TRUE if the file is probably an R documentation file, FALSE otherwise.

Arguments

x

The path to the file to be checked.