parse_dot_line {configulaR}R Documentation

Parse environment variables from lines in a .env file

Description

Parse environment variables from lines in a .env file

Usage

parse_dot_line(lines)

Arguments

lines

Character vector containing lines from a .env file

Value

A named list where names are environment variable names and values are their corresponding values


[Package configulaR version 0.1.1 Index]