Skip to content

can't see the picture in the table #107

@zhangjunjiang

Description

@zhangjunjiang

hello
I want to use "excelR" to directly show some picture in the table.
my image is stored in my computer.
here is my code:

data <- data.frame(Title = c("A", "B"),
                    Cover =  c("C:/Users/JZHA/test3.jpg","C:/Users/JZHA/IMG_0006.JPG"))
 
 columns <- data.frame(title = colnames(data),
                      type = c("text", "image")
                      )
 
 excelTable(data = data, columns = columns)

the example code in "https://swechhya.github.io/excelR/index.html" works fine to me
the only difference is the path of the images.
Does anyone know why this 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