fkoh111 / fkoh111utils

Assorted utils :wrench: :construction_worker:
GNU Lesser General Public License v3.0
0 stars 0 forks source link

feature/zz_overview #60

Closed fkoh111 closed 4 years ago

fkoh111 commented 4 years ago

Make a zz_credit function

fkoh111 commented 4 years ago

See:

status <- GET(fromJSON("inst/config.json")$dev$get$endpoint,
              config = authenticate(
                fromJSON("inst/config.json")$usr,
                fromJSON("inst/config.json")$pswd
              )
            ) %>%
  stop_for_status()