Justyna Furman

Results 2 issues of Justyna Furman

I have a function that requests some data from an API using this piece of code: ``` df %>% mutate(new_column = future_map(id, function(x) { GET(create_request(x), authenticate(username, password, type = "basic"))...

I've found recently that `key_set_with_value` function doesn't work anymore. Now, when I run it I'm getting an error as below ``` > key_set_with_value(keyring="system", service="my-service", username='my-username', password=''my-password") Error in b_wincred_i_get(target) :...