| read_bed | R Documentation | 
Read a .bed file
read_bed(
  file,
  col_names = c("seq_id", "start", "end", "name", "score", "strand")
)
file | 
 Either a path to a file, a connection, or literal data (either a single string or a raw vector). Files ending in  Literal data is most useful for examples and tests. To be recognised as
literal data, the input must be either wrapped with  Using a value of   | 
col_names | 
 Either  If  If  Missing (  | 
tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.