Fasta file read from local directory

#https://cran.r-project.org/web/packages/protr/vignettes/protr.html

library("protr")
extracell <- readFASTA(system.file(
"protseq/extracell.fasta",
package = "protr"
))
IN my local PC, the directory of fasta file
C:\Users\shaikhfarhad-h\Desktop\FASTA_1686
Like above code "I want to load all fasta file from local directory to RStudio"

Please help

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.