check_for_file_extension {plmmr}R Documentation

check_for_file_extension: a function to make our package 'smart' enough to handle .rds file extensions

Description

check_for_file_extension: a function to make our package 'smart' enough to handle .rds file extensions

Usage

check_for_file_extension(path)

Arguments

path

A string specifying a file path that ends in a file name, e.g. "~/dir/my_file.rds"

Value

a string with a filepath without an extension, e.g. "~/dir/my_file"


[Package plmmr version 4.1.0 Index]