is_postable_Rmd: Check a file is postable article

Description Usage Arguments Details Value See Also Examples

View source: R/is_postable_Rmd.R

Description

Will check file is readable and extention is .Rmd

Usage

1

Arguments

file

file path

Details

DETAILS

Value

TRUE, or FALSE with message

See Also

assert_that,assertions-file

Examples

1
2
3
4
5
6
7
## Not run: 
if(interactive()){
 is_postable_Rmd("./my/file.Rmd)
 attr(is_postable_Rmd("./my/file.Rmd), "msg")
 }

## End(Not run)

DaveParr/dev.to.ol documentation built on Aug. 8, 2020, 4:31 p.m.