Thanks to visit codestin.com
Credit goes to github.com

Skip to content

here package does not work in Rmarkdown if {r, include=FALSE}  #15

@Keabla

Description

@Keabla

I have realized that by knitting exactly the same code in R markdown with {r ,include= FALSE} instead of {r ,eval= FALSE} for the code that includes the "here" function, the knitting does not work. In my specific case, the error that shows up says "error in here("Datasets","FA_GL.csv"): unused argument "FA_GL.csv" Calls: .... withVisible -> eval -> eval -> read.csv -> read.table Execution halted.

both {r ,include= FALSE} and {r ,eval= FALSE} work fine when the code is runned in R, the problem only arises when the document is knitted. Is that supposed to happen?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions