Scanning QR codes in R

The latest version of the opencv R package can detect and decode QR codes!

# Install latest opencv

install.packages("opencv", repos = "
https://ropensci.r-universe.dev") />
There are two ways of using this: the ocv_qr_detect function tries...


Continue reading: Scanning QR codes in R


http://dlvr.it/SyC18c

تعليقات

المشاركات الشائعة من هذه المدونة

How to add R {magrittr}’s %>% Pipe Operator in VSCode as Keyboard Shortcut