Learn R Programming

trustedtimestamping (version 0.2.6)

create_hashFile: Create sha256 hash of a file

Description

Create sha256 hash of a file

Usage

create_hashFile(path)

Arguments

path

filename (and path, if outside working directory) of a file

Value

hash

Examples

Run this code
# NOT RUN {
create_hashFile("test.rds")
# }

Run the code above in your browser using DataLab