create_profile: Create a profile with a username and password

View source: R/api_utilities.R

create_profileR Documentation

Create a profile with a username and password

Description

A wrapper to the new method defined in the Credentials class.

Usage

create_profile(
  username = askme("Please enter your username: "),
  password = askme()
)

Arguments

username

a string for username

password

a string for password

Value

an object of class NSSPCredentials and R6

Examples

## Not run: 
myProfile <- create_profile()
myProfile

## End(Not run)


CDCgov/Rnssp documentation built on May 12, 2024, 1:32 a.m.