yonicd / slickR

slick carousel htmlwidget for R
https://yonicd.github.io/slickR/
Other
158 stars 14 forks source link

Enhancement: list of raw images as input #36

Closed DavorJ closed 4 years ago

DavorJ commented 4 years ago

If images do not reside on the file system, (but somewhere in the database), then saving them to temporary files to feed them to slickR seems the only option?

yonicd commented 4 years ago

Thank you for trying the package.

If I didn’t misunderstand your question.

You can pass slickR either local files or files on a server via a valid url.

See this vignette for url inputs. https://metrumresearchgroup.github.io/slickR/articles/basics.html

DavorJ commented 4 years ago

Thank you for the tip. I am indeed using a workaround now.

I get my images directly from a database as a RAW vector.

yonicd commented 4 years ago

Good to hear. Closing this issue for now.

If you need more help regarding raw objects feel free to continue posting to this issue.