absolute_path: Absolute Path

View source: R/absolute_path.R

absolute_pathR Documentation

Absolute Path

Description

This function is used to convert relative file paths to absolute file paths without checking if the file exists as tools::file_as_absolute_path does

Usage

absolute_path(filename, dirname)

Arguments

filename

name of a file, absolute or relative to a folder

dirname

name of a folder where the file is supposed to be

Value

a character string containing the absolute path


sbfnk/RBi documentation built on June 2, 2024, 1:55 a.m.