Created
April 17, 2021 15:23
-
-
Save tetlabo/a5247834af9bf114acb97e11c9c2137d to your computer and use it in GitHub Desktop.
ambientweatheRパッケージの使用例01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(ambientweatheR) | |
library(tidyverse) | |
mac_address <- list_user_devices() %>% flatten() %>% pluck("macAddress") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment