changed working dir
This commit is contained in:
parent
329af7d7be
commit
094b08438d
@ -3,10 +3,10 @@ library(tidyverse)
|
|||||||
library(influxdbclient)
|
library(influxdbclient)
|
||||||
library(rmarkdown)
|
library(rmarkdown)
|
||||||
|
|
||||||
setwd("~/Documents/dataProjects/laundry_status")
|
#setwd("/laundry_status")
|
||||||
|
|
||||||
# parameters needed to make connection to Database
|
# parameters needed to make connection to Database
|
||||||
token <- substr(read_file("data/api_key"), 1, 88)
|
token <- substr(read_file("/data/api_key"), 1, 88)
|
||||||
org = "home_assistant"
|
org = "home_assistant"
|
||||||
bucket = "home_assistant"
|
bucket = "home_assistant"
|
||||||
## make connection to the influxDB bucket
|
## make connection to the influxDB bucket
|
||||||
|
Loading…
x
Reference in New Issue
Block a user