Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

AzureR_dir

Data directory for AzureR packages


Description

Data directory for AzureR packages

Usage

AzureR_dir()

Details

AzureAuth saves your authentication credentials in a user-specific directory, so you don't have to reauthenticate in every R session. The default location is determined using the rappdirs package: on recent Windows versions, this will usually be in the location C:\\Users\\(username)\\AppData\\Local\\AzureR; on Unix/Linux, it will be in ~/.local/share/AzureR; and on MacOS, it will be in ~/Library/Application Support/AzureR. Alternatively, you can specify the location of the directory in the environment variable R_AZURE_DATA_DIR. AzureAuth does not modify R's working directory, which significantly lessens the risk of accidentally introducing cached tokens into source control.

This directory is also used by other AzureR packages, notably AzureRMR (for storing Resource Manager logins) and AzureGraph (for Microsoft Graph logins). You should not save your own files in it; instead, treat it as something internal to the AzureR packages.

Value

A string containing the data directory.

See Also


AzureAuth

Authentication Services for Azure Active Directory

v1.3.1
MIT + file LICENSE
Authors
Hong Ooi [aut, cre], httr development team [ctb] (Original OAuth listener code), Scott Holden [ctb] (Advice on AAD authentication), Chris Stone [ctb] (Advice on AAD authentication), Microsoft [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.