powered by
Get the file handle for given file in the package
get_data(file_name)
the file name to retrieve (from the extdata folder)
File handle to the given file or "" if it does not exist
# NOT RUN { sannot_file <- get_data("network_compact.tsv") # then read the file, for example: # data <- read.delim(sannot_file) # head(data) # }
Run the code above in your browser using DataLab