UpdatePath: Update the file path for a Fragment object

View source: R/fragments.R

UpdatePathR Documentation

Update the file path for a Fragment object

Description

Change the path to a fragment file store in a Fragment object. Path must be to the same file that was used to create the fragment object. An MD5 hash will be computed using the new path and compared to the hash stored in the Fragment object to verify that the files are the same.

Usage

UpdatePath(object, new.path, verbose = TRUE)

Arguments

object

A Fragment object

new.path

Path to the fragment file

verbose

Display messages


Signac documentation built on Nov. 8, 2023, 5:07 p.m.