# NOT RUN {
# Read \code{ndr_example.csv} from a path
# }
# NOT RUN {
file_path <- system.file("extdata", "ndr_example.csv", package = "tidyndr")
read_ndr(file_path, time_stamp = "2021-02-15")
# }
# NOT RUN {
# Read using a link to the NDR csv file on the internet
# }
# NOT RUN {
file_path <- "https://raw.githubusercontent.com/stephenbalogun/example_files/main/ndr_example.csv"
read_ndr(file_path, time_stamp = "2021-02-15")
# }
Run the code above in your browser using DataLab