├── .Rbuildignore ├── .github ├── .gitignore ├── CODEOWNERS ├── scripts │ └── wait_for_looker.sh └── workflows │ └── R-CMD-check.yaml ├── .gitignore ├── .swagger-codegen-ignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── DESCRIPTION ├── LICENSE ├── NAMESPACE ├── R ├── AccessToken.r ├── Alert.r ├── AlertApi.r ├── AlertAppliedDashboardFilter.r ├── AlertConditionState.r ├── AlertDestination.r ├── AlertField.r ├── AlertFieldFilter.r ├── AlertPatch.r ├── ApiAuthApi.r ├── ApiClient.r ├── ApiSession.r ├── ApiSettings.r ├── ApiVersion.r ├── ApiVersionElement.r ├── AuthApi.r ├── BackupConfiguration.r ├── Board.r ├── BoardApi.r ├── BoardItem.r ├── BoardSection.r ├── ColorCollection.r ├── ColorCollectionApi.r ├── ColorStop.r ├── ColumnSearch.r ├── Command.r ├── CommandApi.r ├── ConfigApi.r ├── ConnectionApi.r ├── ConnectionFeatures.r ├── ContentApi.r ├── ContentFavorite.r ├── ContentMeta.r ├── ContentMetaGroupUser.r ├── ContentValidation.r ├── ContentValidationAlert.r ├── ContentValidationDashboard.r ├── ContentValidationDashboardElement.r ├── ContentValidationDashboardFilter.r ├── ContentValidationError.r ├── ContentValidationFolder.r ├── ContentValidationLook.r ├── ContentValidationLookMLDashboard.r ├── ContentValidationLookMLDashboardElement.r ├── ContentValidationScheduledPlan.r ├── ContentValidationSpace.r ├── ContentValidatorError.r ├── ContentView.r ├── ContinuousPalette.r ├── CostEstimate.r ├── CreateCostEstimate.r ├── CreateDashboardFilter.r ├── CreateDashboardRenderTask.r ├── CreateEmbedUserRequest.r ├── CreateFolder.r ├── CreateOAuthApplicationUserStateRequest.r ├── CreateOAuthApplicationUserStateResponse.r ├── CreateQueryTask.r ├── CreateSpace.r ├── CredentialsApi3.r ├── CredentialsEmail.r ├── CredentialsEmailSearch.r ├── CredentialsEmbed.r ├── CredentialsGoogle.r ├── CredentialsLDAP.r ├── CredentialsLookerOpenid.r ├── CredentialsOIDC.r ├── CredentialsSaml.r ├── CredentialsTotp.r ├── CustomWelcomeEmail.r ├── DBConnection.r ├── DBConnectionBase.r ├── DBConnectionOverride.r ├── DBConnectionTestResult.r ├── Dashboard.r ├── DashboardAggregateTableLookml.r ├── DashboardApi.r ├── DashboardAppearance.r ├── DashboardBase.r ├── DashboardElement.r ├── DashboardFilter.r ├── DashboardLayout.r ├── DashboardLayoutComponent.r ├── DashboardLookml.r ├── DataActionApi.r ├── DataActionForm.r ├── DataActionFormField.r ├── DataActionFormSelectOption.r ├── DataActionRequest.r ├── DataActionResponse.r ├── DataActionUserState.r ├── Datagroup.r ├── DatagroupApi.r ├── DelegateOauthTest.r ├── DependencyGraph.r ├── Dialect.r ├── DialectInfo.r ├── DialectInfoOptions.r ├── DigestEmailSend.r ├── DigestEmails.r ├── DiscretePalette.r ├── Element.r ├── EmbedParams.r ├── EmbedSsoParams.r ├── EmbedUrlResponse.r ├── Error.r ├── ExternalOauthApplication.r ├── Folder.r ├── FolderApi.r ├── FolderBase.r ├── GitBranch.r ├── GitConnectionTest.r ├── GitConnectionTestResult.r ├── GitStatus.r ├── Group.r ├── GroupApi.r ├── GroupHierarchy.r ├── GroupIdForGroupInclusion.r ├── GroupIdForGroupUserInclusion.r ├── GroupSearch.r ├── Homepage.r ├── HomepageApi.r ├── HomepageItem.r ├── HomepageSection.r ├── ImportedProject.r ├── Integration.r ├── IntegrationApi.r ├── IntegrationHub.r ├── IntegrationParam.r ├── IntegrationRequiredField.r ├── IntegrationTestResult.r ├── InternalHelpResources.r ├── InternalHelpResourcesContent.r ├── LDAPConfig.r ├── LDAPConfigTestIssue.r ├── LDAPConfigTestResult.r ├── LDAPGroupRead.r ├── LDAPGroupWrite.r ├── LDAPUser.r ├── LDAPUserAttributeRead.r ├── LDAPUserAttributeWrite.r ├── LegacyFeature.r ├── Locale.r ├── LocalizationSettings.r ├── Look.r ├── LookApi.r ├── LookBasic.r ├── LookModel.r ├── LookWithDashboards.r ├── LookWithQuery.r ├── LookerSDK.r ├── LookmlModel.r ├── LookmlModelApi.r ├── LookmlModelExplore.r ├── LookmlModelExploreAccessFilter.r ├── LookmlModelExploreAlias.r ├── LookmlModelExploreAlwaysFilter.r ├── LookmlModelExploreConditionallyFilter.r ├── LookmlModelExploreError.r ├── LookmlModelExploreField.r ├── LookmlModelExploreFieldEnumeration.r ├── LookmlModelExploreFieldMapLayer.r ├── LookmlModelExploreFieldMeasureFilters.r ├── LookmlModelExploreFieldSqlCase.r ├── LookmlModelExploreFieldTimeInterval.r ├── LookmlModelExploreFieldset.r ├── LookmlModelExploreJoins.r ├── LookmlModelExploreSet.r ├── LookmlModelExploreSupportedMeasureType.r ├── LookmlModelNavExplore.r ├── LookmlTest.r ├── LookmlTestResult.r ├── Manifest.r ├── MergeFields.r ├── MergeQuery.r ├── MergeQuerySourceQuery.r ├── MetadataApi.r ├── MobileSettings.r ├── Model.r ├── ModelFieldSuggestions.r ├── ModelNamedValueFormats.r ├── ModelSet.r ├── ModelsNotValidated.r ├── OIDCConfig.r ├── OIDCGroupRead.r ├── OIDCGroupWrite.r ├── OIDCUserAttributeRead.r ├── OIDCUserAttributeWrite.r ├── OauthClientApp.r ├── PasswordConfig.r ├── Permission.r ├── PermissionSet.r ├── Project.r ├── ProjectApi.r ├── ProjectError.r ├── ProjectFile.r ├── ProjectValidation.r ├── ProjectValidationCache.r ├── ProjectWorkspace.r ├── Query.r ├── QueryApi.r ├── QueryTask.r ├── RenderTask.r ├── RenderTaskApi.r ├── RepositoryCredential.r ├── Response.r ├── ResultMakerFilterables.r ├── ResultMakerFilterablesListen.r ├── ResultMakerWithIdVisConfigAndDynamicFields.r ├── Role.r ├── RoleApi.r ├── RoleSearch.r ├── RunningQueries.r ├── SamlConfig.r ├── SamlGroupRead.r ├── SamlGroupWrite.r ├── SamlMetadataParseResult.r ├── SamlUserAttributeRead.r ├── SamlUserAttributeWrite.r ├── ScheduledPlan.r ├── ScheduledPlanApi.r ├── ScheduledPlanDestination.r ├── Schema.r ├── SchemaColumn.r ├── SchemaColumns.r ├── SchemaTable.r ├── SchemaTables.r ├── Session.r ├── SessionApi.r ├── SessionConfig.r ├── Setting.r ├── Snippet.r ├── Space.r ├── SpaceApi.r ├── SpaceBase.r ├── SqlQuery.r ├── SqlQueryCreate.r ├── SshPublicKey.r ├── SshServer.r ├── SshTunnel.r ├── Theme.r ├── ThemeApi.r ├── ThemeSettings.r ├── Timezone.r ├── UpdateCommand.r ├── UpdateFolder.r ├── UpdateSpace.r ├── User.r ├── UserApi.r ├── UserAttribute.r ├── UserAttributeApi.r ├── UserAttributeGroupValue.r ├── UserAttributeWithValue.r ├── UserEmailOnly.r ├── UserIdOnly.r ├── UserLoginLockout.r ├── UserPublic.r ├── UserSession.r ├── ValidationError.r ├── ValidationErrorDetail.r ├── WelcomeEmailTest.r ├── WhitelabelConfiguration.r ├── Workspace.r ├── WorkspaceApi.r └── WriteScheduledPlan.r ├── README.Rmd ├── README.md ├── codegen-config.json ├── cran-comments.md ├── inst └── rstudio │ ├── connections.dcf │ └── connections │ ├── LookerConfig.R │ └── LookerInline.R ├── man ├── AccessToken.Rd ├── Alert.Rd ├── AlertApi.Rd ├── AlertAppliedDashboardFilter.Rd ├── AlertConditionState.Rd ├── AlertDestination.Rd ├── AlertField.Rd ├── AlertFieldFilter.Rd ├── AlertPatch.Rd ├── ApiAuthApi.Rd ├── ApiClient.Rd ├── ApiSession.Rd ├── ApiSettings.Rd ├── ApiVersion.Rd ├── ApiVersionElement.Rd ├── AuthApi.Rd ├── BackupConfiguration.Rd ├── Board.Rd ├── BoardApi.Rd ├── BoardItem.Rd ├── BoardSection.Rd ├── ColorCollection.Rd ├── ColorCollectionApi.Rd ├── ColorStop.Rd ├── ColumnSearch.Rd ├── Command.Rd ├── CommandApi.Rd ├── ConfigApi.Rd ├── ConnectionApi.Rd ├── ConnectionFeatures.Rd ├── ContentApi.Rd ├── ContentFavorite.Rd ├── ContentMeta.Rd ├── ContentMetaGroupUser.Rd ├── ContentValidation.Rd ├── ContentValidationAlert.Rd ├── ContentValidationDashboard.Rd ├── ContentValidationDashboardElement.Rd ├── ContentValidationDashboardFilter.Rd ├── ContentValidationError.Rd ├── ContentValidationFolder.Rd ├── ContentValidationLook.Rd ├── ContentValidationLookMLDashboard.Rd ├── ContentValidationLookMLDashboardElement.Rd ├── ContentValidationScheduledPlan.Rd ├── ContentValidationSpace.Rd ├── ContentValidatorError.Rd ├── ContentView.Rd ├── ContinuousPalette.Rd ├── CostEstimate.Rd ├── CreateCostEstimate.Rd ├── CreateDashboardFilter.Rd ├── CreateDashboardRenderTask.Rd ├── CreateEmbedUserRequest.Rd ├── CreateFolder.Rd ├── CreateOAuthApplicationUserStateRequest.Rd ├── CreateOAuthApplicationUserStateResponse.Rd ├── CreateQueryTask.Rd ├── CreateSpace.Rd ├── CredentialsApi3.Rd ├── CredentialsEmail.Rd ├── CredentialsEmailSearch.Rd ├── CredentialsEmbed.Rd ├── CredentialsGoogle.Rd ├── CredentialsLDAP.Rd ├── CredentialsLookerOpenid.Rd ├── CredentialsOIDC.Rd ├── CredentialsSaml.Rd ├── CredentialsTotp.Rd ├── CustomWelcomeEmail.Rd ├── DBConnection.Rd ├── DBConnectionBase.Rd ├── DBConnectionOverride.Rd ├── DBConnectionTestResult.Rd ├── Dashboard.Rd ├── DashboardAggregateTableLookml.Rd ├── DashboardApi.Rd ├── DashboardAppearance.Rd ├── DashboardBase.Rd ├── DashboardElement.Rd ├── DashboardFilter.Rd ├── DashboardLayout.Rd ├── DashboardLayoutComponent.Rd ├── DashboardLookml.Rd ├── DataActionApi.Rd ├── DataActionForm.Rd ├── DataActionFormField.Rd ├── DataActionFormSelectOption.Rd ├── DataActionRequest.Rd ├── DataActionResponse.Rd ├── DataActionUserState.Rd ├── Datagroup.Rd ├── DatagroupApi.Rd ├── DelegateOauthTest.Rd ├── DependencyGraph.Rd ├── Dialect.Rd ├── DialectInfo.Rd ├── DialectInfoOptions.Rd ├── DigestEmailSend.Rd ├── DigestEmails.Rd ├── DiscretePalette.Rd ├── Element.Rd ├── EmbedParams.Rd ├── EmbedSsoParams.Rd ├── EmbedUrlResponse.Rd ├── Error.Rd ├── ExternalOauthApplication.Rd ├── Folder.Rd ├── FolderApi.Rd ├── FolderBase.Rd ├── GitBranch.Rd ├── GitConnectionTest.Rd ├── GitConnectionTestResult.Rd ├── GitStatus.Rd ├── Group.Rd ├── GroupApi.Rd ├── GroupHierarchy.Rd ├── GroupIdForGroupInclusion.Rd ├── GroupIdForGroupUserInclusion.Rd ├── GroupSearch.Rd ├── Homepage.Rd ├── HomepageApi.Rd ├── HomepageItem.Rd ├── HomepageSection.Rd ├── ImportedProject.Rd ├── Integration.Rd ├── IntegrationApi.Rd ├── IntegrationHub.Rd ├── IntegrationParam.Rd ├── IntegrationRequiredField.Rd ├── IntegrationTestResult.Rd ├── InternalHelpResources.Rd ├── InternalHelpResourcesContent.Rd ├── LDAPConfig.Rd ├── LDAPConfigTestIssue.Rd ├── LDAPConfigTestResult.Rd ├── LDAPGroupRead.Rd ├── LDAPGroupWrite.Rd ├── LDAPUser.Rd ├── LDAPUserAttributeRead.Rd ├── LDAPUserAttributeWrite.Rd ├── LegacyFeature.Rd ├── Locale.Rd ├── LocalizationSettings.Rd ├── Look.Rd ├── LookApi.Rd ├── LookBasic.Rd ├── LookModel.Rd ├── LookWithDashboards.Rd ├── LookWithQuery.Rd ├── LookerSDK.Rd ├── LookmlModel.Rd ├── LookmlModelApi.Rd ├── LookmlModelExplore.Rd ├── LookmlModelExploreAccessFilter.Rd ├── LookmlModelExploreAlias.Rd ├── LookmlModelExploreAlwaysFilter.Rd ├── LookmlModelExploreConditionallyFilter.Rd ├── LookmlModelExploreError.Rd ├── LookmlModelExploreField.Rd ├── LookmlModelExploreFieldEnumeration.Rd ├── LookmlModelExploreFieldMapLayer.Rd ├── LookmlModelExploreFieldMeasureFilters.Rd ├── LookmlModelExploreFieldSqlCase.Rd ├── LookmlModelExploreFieldTimeInterval.Rd ├── LookmlModelExploreFieldset.Rd ├── LookmlModelExploreJoins.Rd ├── LookmlModelExploreSet.Rd ├── LookmlModelExploreSupportedMeasureType.Rd ├── LookmlModelNavExplore.Rd ├── LookmlTest.Rd ├── LookmlTestResult.Rd ├── Manifest.Rd ├── MergeFields.Rd ├── MergeQuery.Rd ├── MergeQuerySourceQuery.Rd ├── MetadataApi.Rd ├── MobileSettings.Rd ├── Model.Rd ├── ModelFieldSuggestions.Rd ├── ModelNamedValueFormats.Rd ├── ModelSet.Rd ├── ModelsNotValidated.Rd ├── OIDCConfig.Rd ├── OIDCGroupRead.Rd ├── OIDCGroupWrite.Rd ├── OIDCUserAttributeRead.Rd ├── OIDCUserAttributeWrite.Rd ├── OauthClientApp.Rd ├── PasswordConfig.Rd ├── Permission.Rd ├── PermissionSet.Rd ├── Project.Rd ├── ProjectApi.Rd ├── ProjectError.Rd ├── ProjectFile.Rd ├── ProjectValidation.Rd ├── ProjectValidationCache.Rd ├── ProjectWorkspace.Rd ├── Query.Rd ├── QueryApi.Rd ├── QueryTask.Rd ├── RenderTask.Rd ├── RenderTaskApi.Rd ├── RepositoryCredential.Rd ├── Response.Rd ├── ResultMakerFilterables.Rd ├── ResultMakerFilterablesListen.Rd ├── ResultMakerWithIdVisConfigAndDynamicFields.Rd ├── Role.Rd ├── RoleApi.Rd ├── RoleSearch.Rd ├── RunningQueries.Rd ├── SamlConfig.Rd ├── SamlGroupRead.Rd ├── SamlGroupWrite.Rd ├── SamlMetadataParseResult.Rd ├── SamlUserAttributeRead.Rd ├── SamlUserAttributeWrite.Rd ├── ScheduledPlan.Rd ├── ScheduledPlanApi.Rd ├── ScheduledPlanDestination.Rd ├── Schema.Rd ├── SchemaColumn.Rd ├── SchemaColumns.Rd ├── SchemaTable.Rd ├── SchemaTables.Rd ├── Session.Rd ├── SessionApi.Rd ├── SessionConfig.Rd ├── Setting.Rd ├── Snippet.Rd ├── Space.Rd ├── SpaceApi.Rd ├── SpaceBase.Rd ├── SqlQuery.Rd ├── SqlQueryCreate.Rd ├── SshPublicKey.Rd ├── SshServer.Rd ├── SshTunnel.Rd ├── Theme.Rd ├── ThemeApi.Rd ├── ThemeSettings.Rd ├── Timezone.Rd ├── UpdateCommand.Rd ├── UpdateFolder.Rd ├── UpdateSpace.Rd ├── User.Rd ├── UserApi.Rd ├── UserAttribute.Rd ├── UserAttributeApi.Rd ├── UserAttributeGroupValue.Rd ├── UserAttributeWithValue.Rd ├── UserEmailOnly.Rd ├── UserIdOnly.Rd ├── UserLoginLockout.Rd ├── UserPublic.Rd ├── UserSession.Rd ├── ValidationError.Rd ├── ValidationErrorDetail.Rd ├── WelcomeEmailTest.Rd ├── WhitelabelConfiguration.Rd ├── Workspace.Rd ├── WorkspaceApi.Rd └── WriteScheduledPlan.Rd ├── packrat ├── init.R ├── packrat.lock ├── packrat.opts └── src │ ├── BH │ └── BH_1.66.0-1.tar.gz │ ├── R6 │ └── R6_2.2.2.tar.gz │ ├── Rcpp │ └── Rcpp_0.12.16.tar.gz │ ├── RcppTOML │ └── RcppTOML_0.1.3.tar.gz │ ├── assertthat │ └── assertthat_0.2.0.tar.gz │ ├── cli │ └── cli_1.0.0.tar.gz │ ├── configr │ └── configr_0.3.2.1.tar.gz │ ├── crayon │ └── crayon_1.3.4.tar.gz │ ├── curl │ └── curl_3.1.tar.gz │ ├── digest │ └── digest_0.6.14.tar.gz │ ├── glue │ └── glue_1.2.0.tar.gz │ ├── httpuv │ └── httpuv_1.4.2.tar.gz │ ├── httr │ └── httr_1.3.1.tar.gz │ ├── ini │ └── ini_0.3.0.tar.gz │ ├── jsonlite │ └── jsonlite_1.5.tar.gz │ ├── later │ └── later_0.7.2.tar.gz │ ├── magrittr │ └── magrittr_1.5.tar.gz │ ├── mime │ └── mime_0.5.tar.gz │ ├── openssl │ └── openssl_0.9.9.tar.gz │ ├── packrat │ └── packrat_0.4.9-2.tar.gz │ ├── praise │ └── praise_1.0.0.tar.gz │ ├── promises │ └── promises_1.0.1.tar.gz │ ├── rlang │ └── rlang_0.1.6.tar.gz │ ├── stringi │ └── stringi_1.1.6.tar.gz │ ├── stringr │ └── stringr_1.2.0.tar.gz │ ├── testthat │ └── testthat_2.0.0.tar.gz │ ├── withr │ └── withr_2.1.1.tar.gz │ └── yaml │ └── yaml_2.1.18.tar.gz ├── templates ├── NAMESPACE.mustache ├── api.mustache ├── api_client.mustache ├── api_doc.mustache ├── description.mustache ├── element.mustache ├── git_push.sh.mustache ├── model.mustache ├── model_doc.mustache ├── partial_header.mustache └── response.mustache └── tests ├── testthat.R └── testthat ├── test.ApiSettings.R ├── test.LookerSDK.R └── test.UserSession.R /.Rbuildignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/.Rbuildignore -------------------------------------------------------------------------------- /.github/.gitignore: -------------------------------------------------------------------------------- 1 | *.html 2 | -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/scripts/wait_for_looker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/.github/scripts/wait_for_looker.sh -------------------------------------------------------------------------------- /.github/workflows/R-CMD-check.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/.github/workflows/R-CMD-check.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/.gitignore -------------------------------------------------------------------------------- /.swagger-codegen-ignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/.swagger-codegen-ignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/LICENSE -------------------------------------------------------------------------------- /NAMESPACE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/NAMESPACE -------------------------------------------------------------------------------- /R/AccessToken.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/AccessToken.r -------------------------------------------------------------------------------- /R/Alert.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Alert.r -------------------------------------------------------------------------------- /R/AlertApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/AlertApi.r -------------------------------------------------------------------------------- /R/AlertAppliedDashboardFilter.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/AlertAppliedDashboardFilter.r -------------------------------------------------------------------------------- /R/AlertConditionState.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/AlertConditionState.r -------------------------------------------------------------------------------- /R/AlertDestination.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/AlertDestination.r -------------------------------------------------------------------------------- /R/AlertField.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/AlertField.r -------------------------------------------------------------------------------- /R/AlertFieldFilter.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/AlertFieldFilter.r -------------------------------------------------------------------------------- /R/AlertPatch.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/AlertPatch.r -------------------------------------------------------------------------------- /R/ApiAuthApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ApiAuthApi.r -------------------------------------------------------------------------------- /R/ApiClient.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ApiClient.r -------------------------------------------------------------------------------- /R/ApiSession.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ApiSession.r -------------------------------------------------------------------------------- /R/ApiSettings.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ApiSettings.r -------------------------------------------------------------------------------- /R/ApiVersion.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ApiVersion.r -------------------------------------------------------------------------------- /R/ApiVersionElement.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ApiVersionElement.r -------------------------------------------------------------------------------- /R/AuthApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/AuthApi.r -------------------------------------------------------------------------------- /R/BackupConfiguration.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/BackupConfiguration.r -------------------------------------------------------------------------------- /R/Board.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Board.r -------------------------------------------------------------------------------- /R/BoardApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/BoardApi.r -------------------------------------------------------------------------------- /R/BoardItem.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/BoardItem.r -------------------------------------------------------------------------------- /R/BoardSection.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/BoardSection.r -------------------------------------------------------------------------------- /R/ColorCollection.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ColorCollection.r -------------------------------------------------------------------------------- /R/ColorCollectionApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ColorCollectionApi.r -------------------------------------------------------------------------------- /R/ColorStop.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ColorStop.r -------------------------------------------------------------------------------- /R/ColumnSearch.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ColumnSearch.r -------------------------------------------------------------------------------- /R/Command.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Command.r -------------------------------------------------------------------------------- /R/CommandApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CommandApi.r -------------------------------------------------------------------------------- /R/ConfigApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ConfigApi.r -------------------------------------------------------------------------------- /R/ConnectionApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ConnectionApi.r -------------------------------------------------------------------------------- /R/ConnectionFeatures.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ConnectionFeatures.r -------------------------------------------------------------------------------- /R/ContentApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContentApi.r -------------------------------------------------------------------------------- /R/ContentFavorite.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContentFavorite.r -------------------------------------------------------------------------------- /R/ContentMeta.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContentMeta.r -------------------------------------------------------------------------------- /R/ContentMetaGroupUser.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContentMetaGroupUser.r -------------------------------------------------------------------------------- /R/ContentValidation.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContentValidation.r -------------------------------------------------------------------------------- /R/ContentValidationAlert.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContentValidationAlert.r -------------------------------------------------------------------------------- /R/ContentValidationDashboard.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContentValidationDashboard.r -------------------------------------------------------------------------------- /R/ContentValidationDashboardElement.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContentValidationDashboardElement.r -------------------------------------------------------------------------------- /R/ContentValidationDashboardFilter.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContentValidationDashboardFilter.r -------------------------------------------------------------------------------- /R/ContentValidationError.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContentValidationError.r -------------------------------------------------------------------------------- /R/ContentValidationFolder.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContentValidationFolder.r -------------------------------------------------------------------------------- /R/ContentValidationLook.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContentValidationLook.r -------------------------------------------------------------------------------- /R/ContentValidationLookMLDashboard.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContentValidationLookMLDashboard.r -------------------------------------------------------------------------------- /R/ContentValidationLookMLDashboardElement.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContentValidationLookMLDashboardElement.r -------------------------------------------------------------------------------- /R/ContentValidationScheduledPlan.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContentValidationScheduledPlan.r -------------------------------------------------------------------------------- /R/ContentValidationSpace.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContentValidationSpace.r -------------------------------------------------------------------------------- /R/ContentValidatorError.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContentValidatorError.r -------------------------------------------------------------------------------- /R/ContentView.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContentView.r -------------------------------------------------------------------------------- /R/ContinuousPalette.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ContinuousPalette.r -------------------------------------------------------------------------------- /R/CostEstimate.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CostEstimate.r -------------------------------------------------------------------------------- /R/CreateCostEstimate.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CreateCostEstimate.r -------------------------------------------------------------------------------- /R/CreateDashboardFilter.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CreateDashboardFilter.r -------------------------------------------------------------------------------- /R/CreateDashboardRenderTask.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CreateDashboardRenderTask.r -------------------------------------------------------------------------------- /R/CreateEmbedUserRequest.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CreateEmbedUserRequest.r -------------------------------------------------------------------------------- /R/CreateFolder.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CreateFolder.r -------------------------------------------------------------------------------- /R/CreateOAuthApplicationUserStateRequest.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CreateOAuthApplicationUserStateRequest.r -------------------------------------------------------------------------------- /R/CreateOAuthApplicationUserStateResponse.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CreateOAuthApplicationUserStateResponse.r -------------------------------------------------------------------------------- /R/CreateQueryTask.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CreateQueryTask.r -------------------------------------------------------------------------------- /R/CreateSpace.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CreateSpace.r -------------------------------------------------------------------------------- /R/CredentialsApi3.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CredentialsApi3.r -------------------------------------------------------------------------------- /R/CredentialsEmail.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CredentialsEmail.r -------------------------------------------------------------------------------- /R/CredentialsEmailSearch.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CredentialsEmailSearch.r -------------------------------------------------------------------------------- /R/CredentialsEmbed.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CredentialsEmbed.r -------------------------------------------------------------------------------- /R/CredentialsGoogle.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CredentialsGoogle.r -------------------------------------------------------------------------------- /R/CredentialsLDAP.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CredentialsLDAP.r -------------------------------------------------------------------------------- /R/CredentialsLookerOpenid.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CredentialsLookerOpenid.r -------------------------------------------------------------------------------- /R/CredentialsOIDC.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CredentialsOIDC.r -------------------------------------------------------------------------------- /R/CredentialsSaml.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CredentialsSaml.r -------------------------------------------------------------------------------- /R/CredentialsTotp.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CredentialsTotp.r -------------------------------------------------------------------------------- /R/CustomWelcomeEmail.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/CustomWelcomeEmail.r -------------------------------------------------------------------------------- /R/DBConnection.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DBConnection.r -------------------------------------------------------------------------------- /R/DBConnectionBase.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DBConnectionBase.r -------------------------------------------------------------------------------- /R/DBConnectionOverride.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DBConnectionOverride.r -------------------------------------------------------------------------------- /R/DBConnectionTestResult.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DBConnectionTestResult.r -------------------------------------------------------------------------------- /R/Dashboard.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Dashboard.r -------------------------------------------------------------------------------- /R/DashboardAggregateTableLookml.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DashboardAggregateTableLookml.r -------------------------------------------------------------------------------- /R/DashboardApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DashboardApi.r -------------------------------------------------------------------------------- /R/DashboardAppearance.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DashboardAppearance.r -------------------------------------------------------------------------------- /R/DashboardBase.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DashboardBase.r -------------------------------------------------------------------------------- /R/DashboardElement.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DashboardElement.r -------------------------------------------------------------------------------- /R/DashboardFilter.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DashboardFilter.r -------------------------------------------------------------------------------- /R/DashboardLayout.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DashboardLayout.r -------------------------------------------------------------------------------- /R/DashboardLayoutComponent.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DashboardLayoutComponent.r -------------------------------------------------------------------------------- /R/DashboardLookml.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DashboardLookml.r -------------------------------------------------------------------------------- /R/DataActionApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DataActionApi.r -------------------------------------------------------------------------------- /R/DataActionForm.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DataActionForm.r -------------------------------------------------------------------------------- /R/DataActionFormField.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DataActionFormField.r -------------------------------------------------------------------------------- /R/DataActionFormSelectOption.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DataActionFormSelectOption.r -------------------------------------------------------------------------------- /R/DataActionRequest.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DataActionRequest.r -------------------------------------------------------------------------------- /R/DataActionResponse.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DataActionResponse.r -------------------------------------------------------------------------------- /R/DataActionUserState.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DataActionUserState.r -------------------------------------------------------------------------------- /R/Datagroup.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Datagroup.r -------------------------------------------------------------------------------- /R/DatagroupApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DatagroupApi.r -------------------------------------------------------------------------------- /R/DelegateOauthTest.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DelegateOauthTest.r -------------------------------------------------------------------------------- /R/DependencyGraph.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DependencyGraph.r -------------------------------------------------------------------------------- /R/Dialect.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Dialect.r -------------------------------------------------------------------------------- /R/DialectInfo.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DialectInfo.r -------------------------------------------------------------------------------- /R/DialectInfoOptions.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DialectInfoOptions.r -------------------------------------------------------------------------------- /R/DigestEmailSend.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DigestEmailSend.r -------------------------------------------------------------------------------- /R/DigestEmails.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DigestEmails.r -------------------------------------------------------------------------------- /R/DiscretePalette.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/DiscretePalette.r -------------------------------------------------------------------------------- /R/Element.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Element.r -------------------------------------------------------------------------------- /R/EmbedParams.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/EmbedParams.r -------------------------------------------------------------------------------- /R/EmbedSsoParams.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/EmbedSsoParams.r -------------------------------------------------------------------------------- /R/EmbedUrlResponse.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/EmbedUrlResponse.r -------------------------------------------------------------------------------- /R/Error.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Error.r -------------------------------------------------------------------------------- /R/ExternalOauthApplication.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ExternalOauthApplication.r -------------------------------------------------------------------------------- /R/Folder.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Folder.r -------------------------------------------------------------------------------- /R/FolderApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/FolderApi.r -------------------------------------------------------------------------------- /R/FolderBase.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/FolderBase.r -------------------------------------------------------------------------------- /R/GitBranch.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/GitBranch.r -------------------------------------------------------------------------------- /R/GitConnectionTest.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/GitConnectionTest.r -------------------------------------------------------------------------------- /R/GitConnectionTestResult.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/GitConnectionTestResult.r -------------------------------------------------------------------------------- /R/GitStatus.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/GitStatus.r -------------------------------------------------------------------------------- /R/Group.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Group.r -------------------------------------------------------------------------------- /R/GroupApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/GroupApi.r -------------------------------------------------------------------------------- /R/GroupHierarchy.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/GroupHierarchy.r -------------------------------------------------------------------------------- /R/GroupIdForGroupInclusion.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/GroupIdForGroupInclusion.r -------------------------------------------------------------------------------- /R/GroupIdForGroupUserInclusion.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/GroupIdForGroupUserInclusion.r -------------------------------------------------------------------------------- /R/GroupSearch.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/GroupSearch.r -------------------------------------------------------------------------------- /R/Homepage.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Homepage.r -------------------------------------------------------------------------------- /R/HomepageApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/HomepageApi.r -------------------------------------------------------------------------------- /R/HomepageItem.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/HomepageItem.r -------------------------------------------------------------------------------- /R/HomepageSection.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/HomepageSection.r -------------------------------------------------------------------------------- /R/ImportedProject.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ImportedProject.r -------------------------------------------------------------------------------- /R/Integration.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Integration.r -------------------------------------------------------------------------------- /R/IntegrationApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/IntegrationApi.r -------------------------------------------------------------------------------- /R/IntegrationHub.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/IntegrationHub.r -------------------------------------------------------------------------------- /R/IntegrationParam.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/IntegrationParam.r -------------------------------------------------------------------------------- /R/IntegrationRequiredField.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/IntegrationRequiredField.r -------------------------------------------------------------------------------- /R/IntegrationTestResult.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/IntegrationTestResult.r -------------------------------------------------------------------------------- /R/InternalHelpResources.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/InternalHelpResources.r -------------------------------------------------------------------------------- /R/InternalHelpResourcesContent.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/InternalHelpResourcesContent.r -------------------------------------------------------------------------------- /R/LDAPConfig.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LDAPConfig.r -------------------------------------------------------------------------------- /R/LDAPConfigTestIssue.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LDAPConfigTestIssue.r -------------------------------------------------------------------------------- /R/LDAPConfigTestResult.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LDAPConfigTestResult.r -------------------------------------------------------------------------------- /R/LDAPGroupRead.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LDAPGroupRead.r -------------------------------------------------------------------------------- /R/LDAPGroupWrite.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LDAPGroupWrite.r -------------------------------------------------------------------------------- /R/LDAPUser.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LDAPUser.r -------------------------------------------------------------------------------- /R/LDAPUserAttributeRead.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LDAPUserAttributeRead.r -------------------------------------------------------------------------------- /R/LDAPUserAttributeWrite.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LDAPUserAttributeWrite.r -------------------------------------------------------------------------------- /R/LegacyFeature.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LegacyFeature.r -------------------------------------------------------------------------------- /R/Locale.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Locale.r -------------------------------------------------------------------------------- /R/LocalizationSettings.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LocalizationSettings.r -------------------------------------------------------------------------------- /R/Look.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Look.r -------------------------------------------------------------------------------- /R/LookApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookApi.r -------------------------------------------------------------------------------- /R/LookBasic.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookBasic.r -------------------------------------------------------------------------------- /R/LookModel.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookModel.r -------------------------------------------------------------------------------- /R/LookWithDashboards.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookWithDashboards.r -------------------------------------------------------------------------------- /R/LookWithQuery.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookWithQuery.r -------------------------------------------------------------------------------- /R/LookerSDK.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookerSDK.r -------------------------------------------------------------------------------- /R/LookmlModel.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModel.r -------------------------------------------------------------------------------- /R/LookmlModelApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModelApi.r -------------------------------------------------------------------------------- /R/LookmlModelExplore.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModelExplore.r -------------------------------------------------------------------------------- /R/LookmlModelExploreAccessFilter.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModelExploreAccessFilter.r -------------------------------------------------------------------------------- /R/LookmlModelExploreAlias.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModelExploreAlias.r -------------------------------------------------------------------------------- /R/LookmlModelExploreAlwaysFilter.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModelExploreAlwaysFilter.r -------------------------------------------------------------------------------- /R/LookmlModelExploreConditionallyFilter.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModelExploreConditionallyFilter.r -------------------------------------------------------------------------------- /R/LookmlModelExploreError.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModelExploreError.r -------------------------------------------------------------------------------- /R/LookmlModelExploreField.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModelExploreField.r -------------------------------------------------------------------------------- /R/LookmlModelExploreFieldEnumeration.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModelExploreFieldEnumeration.r -------------------------------------------------------------------------------- /R/LookmlModelExploreFieldMapLayer.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModelExploreFieldMapLayer.r -------------------------------------------------------------------------------- /R/LookmlModelExploreFieldMeasureFilters.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModelExploreFieldMeasureFilters.r -------------------------------------------------------------------------------- /R/LookmlModelExploreFieldSqlCase.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModelExploreFieldSqlCase.r -------------------------------------------------------------------------------- /R/LookmlModelExploreFieldTimeInterval.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModelExploreFieldTimeInterval.r -------------------------------------------------------------------------------- /R/LookmlModelExploreFieldset.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModelExploreFieldset.r -------------------------------------------------------------------------------- /R/LookmlModelExploreJoins.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModelExploreJoins.r -------------------------------------------------------------------------------- /R/LookmlModelExploreSet.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModelExploreSet.r -------------------------------------------------------------------------------- /R/LookmlModelExploreSupportedMeasureType.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModelExploreSupportedMeasureType.r -------------------------------------------------------------------------------- /R/LookmlModelNavExplore.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlModelNavExplore.r -------------------------------------------------------------------------------- /R/LookmlTest.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlTest.r -------------------------------------------------------------------------------- /R/LookmlTestResult.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/LookmlTestResult.r -------------------------------------------------------------------------------- /R/Manifest.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Manifest.r -------------------------------------------------------------------------------- /R/MergeFields.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/MergeFields.r -------------------------------------------------------------------------------- /R/MergeQuery.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/MergeQuery.r -------------------------------------------------------------------------------- /R/MergeQuerySourceQuery.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/MergeQuerySourceQuery.r -------------------------------------------------------------------------------- /R/MetadataApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/MetadataApi.r -------------------------------------------------------------------------------- /R/MobileSettings.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/MobileSettings.r -------------------------------------------------------------------------------- /R/Model.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Model.r -------------------------------------------------------------------------------- /R/ModelFieldSuggestions.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ModelFieldSuggestions.r -------------------------------------------------------------------------------- /R/ModelNamedValueFormats.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ModelNamedValueFormats.r -------------------------------------------------------------------------------- /R/ModelSet.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ModelSet.r -------------------------------------------------------------------------------- /R/ModelsNotValidated.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ModelsNotValidated.r -------------------------------------------------------------------------------- /R/OIDCConfig.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/OIDCConfig.r -------------------------------------------------------------------------------- /R/OIDCGroupRead.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/OIDCGroupRead.r -------------------------------------------------------------------------------- /R/OIDCGroupWrite.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/OIDCGroupWrite.r -------------------------------------------------------------------------------- /R/OIDCUserAttributeRead.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/OIDCUserAttributeRead.r -------------------------------------------------------------------------------- /R/OIDCUserAttributeWrite.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/OIDCUserAttributeWrite.r -------------------------------------------------------------------------------- /R/OauthClientApp.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/OauthClientApp.r -------------------------------------------------------------------------------- /R/PasswordConfig.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/PasswordConfig.r -------------------------------------------------------------------------------- /R/Permission.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Permission.r -------------------------------------------------------------------------------- /R/PermissionSet.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/PermissionSet.r -------------------------------------------------------------------------------- /R/Project.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Project.r -------------------------------------------------------------------------------- /R/ProjectApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ProjectApi.r -------------------------------------------------------------------------------- /R/ProjectError.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ProjectError.r -------------------------------------------------------------------------------- /R/ProjectFile.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ProjectFile.r -------------------------------------------------------------------------------- /R/ProjectValidation.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ProjectValidation.r -------------------------------------------------------------------------------- /R/ProjectValidationCache.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ProjectValidationCache.r -------------------------------------------------------------------------------- /R/ProjectWorkspace.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ProjectWorkspace.r -------------------------------------------------------------------------------- /R/Query.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Query.r -------------------------------------------------------------------------------- /R/QueryApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/QueryApi.r -------------------------------------------------------------------------------- /R/QueryTask.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/QueryTask.r -------------------------------------------------------------------------------- /R/RenderTask.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/RenderTask.r -------------------------------------------------------------------------------- /R/RenderTaskApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/RenderTaskApi.r -------------------------------------------------------------------------------- /R/RepositoryCredential.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/RepositoryCredential.r -------------------------------------------------------------------------------- /R/Response.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Response.r -------------------------------------------------------------------------------- /R/ResultMakerFilterables.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ResultMakerFilterables.r -------------------------------------------------------------------------------- /R/ResultMakerFilterablesListen.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ResultMakerFilterablesListen.r -------------------------------------------------------------------------------- /R/ResultMakerWithIdVisConfigAndDynamicFields.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ResultMakerWithIdVisConfigAndDynamicFields.r -------------------------------------------------------------------------------- /R/Role.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Role.r -------------------------------------------------------------------------------- /R/RoleApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/RoleApi.r -------------------------------------------------------------------------------- /R/RoleSearch.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/RoleSearch.r -------------------------------------------------------------------------------- /R/RunningQueries.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/RunningQueries.r -------------------------------------------------------------------------------- /R/SamlConfig.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SamlConfig.r -------------------------------------------------------------------------------- /R/SamlGroupRead.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SamlGroupRead.r -------------------------------------------------------------------------------- /R/SamlGroupWrite.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SamlGroupWrite.r -------------------------------------------------------------------------------- /R/SamlMetadataParseResult.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SamlMetadataParseResult.r -------------------------------------------------------------------------------- /R/SamlUserAttributeRead.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SamlUserAttributeRead.r -------------------------------------------------------------------------------- /R/SamlUserAttributeWrite.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SamlUserAttributeWrite.r -------------------------------------------------------------------------------- /R/ScheduledPlan.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ScheduledPlan.r -------------------------------------------------------------------------------- /R/ScheduledPlanApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ScheduledPlanApi.r -------------------------------------------------------------------------------- /R/ScheduledPlanDestination.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ScheduledPlanDestination.r -------------------------------------------------------------------------------- /R/Schema.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Schema.r -------------------------------------------------------------------------------- /R/SchemaColumn.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SchemaColumn.r -------------------------------------------------------------------------------- /R/SchemaColumns.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SchemaColumns.r -------------------------------------------------------------------------------- /R/SchemaTable.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SchemaTable.r -------------------------------------------------------------------------------- /R/SchemaTables.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SchemaTables.r -------------------------------------------------------------------------------- /R/Session.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Session.r -------------------------------------------------------------------------------- /R/SessionApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SessionApi.r -------------------------------------------------------------------------------- /R/SessionConfig.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SessionConfig.r -------------------------------------------------------------------------------- /R/Setting.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Setting.r -------------------------------------------------------------------------------- /R/Snippet.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Snippet.r -------------------------------------------------------------------------------- /R/Space.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Space.r -------------------------------------------------------------------------------- /R/SpaceApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SpaceApi.r -------------------------------------------------------------------------------- /R/SpaceBase.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SpaceBase.r -------------------------------------------------------------------------------- /R/SqlQuery.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SqlQuery.r -------------------------------------------------------------------------------- /R/SqlQueryCreate.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SqlQueryCreate.r -------------------------------------------------------------------------------- /R/SshPublicKey.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SshPublicKey.r -------------------------------------------------------------------------------- /R/SshServer.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SshServer.r -------------------------------------------------------------------------------- /R/SshTunnel.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/SshTunnel.r -------------------------------------------------------------------------------- /R/Theme.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Theme.r -------------------------------------------------------------------------------- /R/ThemeApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ThemeApi.r -------------------------------------------------------------------------------- /R/ThemeSettings.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ThemeSettings.r -------------------------------------------------------------------------------- /R/Timezone.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Timezone.r -------------------------------------------------------------------------------- /R/UpdateCommand.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/UpdateCommand.r -------------------------------------------------------------------------------- /R/UpdateFolder.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/UpdateFolder.r -------------------------------------------------------------------------------- /R/UpdateSpace.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/UpdateSpace.r -------------------------------------------------------------------------------- /R/User.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/User.r -------------------------------------------------------------------------------- /R/UserApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/UserApi.r -------------------------------------------------------------------------------- /R/UserAttribute.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/UserAttribute.r -------------------------------------------------------------------------------- /R/UserAttributeApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/UserAttributeApi.r -------------------------------------------------------------------------------- /R/UserAttributeGroupValue.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/UserAttributeGroupValue.r -------------------------------------------------------------------------------- /R/UserAttributeWithValue.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/UserAttributeWithValue.r -------------------------------------------------------------------------------- /R/UserEmailOnly.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/UserEmailOnly.r -------------------------------------------------------------------------------- /R/UserIdOnly.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/UserIdOnly.r -------------------------------------------------------------------------------- /R/UserLoginLockout.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/UserLoginLockout.r -------------------------------------------------------------------------------- /R/UserPublic.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/UserPublic.r -------------------------------------------------------------------------------- /R/UserSession.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/UserSession.r -------------------------------------------------------------------------------- /R/ValidationError.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ValidationError.r -------------------------------------------------------------------------------- /R/ValidationErrorDetail.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/ValidationErrorDetail.r -------------------------------------------------------------------------------- /R/WelcomeEmailTest.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/WelcomeEmailTest.r -------------------------------------------------------------------------------- /R/WhitelabelConfiguration.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/WhitelabelConfiguration.r -------------------------------------------------------------------------------- /R/Workspace.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/Workspace.r -------------------------------------------------------------------------------- /R/WorkspaceApi.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/WorkspaceApi.r -------------------------------------------------------------------------------- /R/WriteScheduledPlan.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/R/WriteScheduledPlan.r -------------------------------------------------------------------------------- /README.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/README.Rmd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/README.md -------------------------------------------------------------------------------- /codegen-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/codegen-config.json -------------------------------------------------------------------------------- /cran-comments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/cran-comments.md -------------------------------------------------------------------------------- /inst/rstudio/connections.dcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/inst/rstudio/connections.dcf -------------------------------------------------------------------------------- /inst/rstudio/connections/LookerConfig.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/inst/rstudio/connections/LookerConfig.R -------------------------------------------------------------------------------- /inst/rstudio/connections/LookerInline.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/inst/rstudio/connections/LookerInline.R -------------------------------------------------------------------------------- /man/AccessToken.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/AccessToken.Rd -------------------------------------------------------------------------------- /man/Alert.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Alert.Rd -------------------------------------------------------------------------------- /man/AlertApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/AlertApi.Rd -------------------------------------------------------------------------------- /man/AlertAppliedDashboardFilter.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/AlertAppliedDashboardFilter.Rd -------------------------------------------------------------------------------- /man/AlertConditionState.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/AlertConditionState.Rd -------------------------------------------------------------------------------- /man/AlertDestination.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/AlertDestination.Rd -------------------------------------------------------------------------------- /man/AlertField.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/AlertField.Rd -------------------------------------------------------------------------------- /man/AlertFieldFilter.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/AlertFieldFilter.Rd -------------------------------------------------------------------------------- /man/AlertPatch.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/AlertPatch.Rd -------------------------------------------------------------------------------- /man/ApiAuthApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ApiAuthApi.Rd -------------------------------------------------------------------------------- /man/ApiClient.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ApiClient.Rd -------------------------------------------------------------------------------- /man/ApiSession.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ApiSession.Rd -------------------------------------------------------------------------------- /man/ApiSettings.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ApiSettings.Rd -------------------------------------------------------------------------------- /man/ApiVersion.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ApiVersion.Rd -------------------------------------------------------------------------------- /man/ApiVersionElement.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ApiVersionElement.Rd -------------------------------------------------------------------------------- /man/AuthApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/AuthApi.Rd -------------------------------------------------------------------------------- /man/BackupConfiguration.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/BackupConfiguration.Rd -------------------------------------------------------------------------------- /man/Board.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Board.Rd -------------------------------------------------------------------------------- /man/BoardApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/BoardApi.Rd -------------------------------------------------------------------------------- /man/BoardItem.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/BoardItem.Rd -------------------------------------------------------------------------------- /man/BoardSection.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/BoardSection.Rd -------------------------------------------------------------------------------- /man/ColorCollection.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ColorCollection.Rd -------------------------------------------------------------------------------- /man/ColorCollectionApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ColorCollectionApi.Rd -------------------------------------------------------------------------------- /man/ColorStop.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ColorStop.Rd -------------------------------------------------------------------------------- /man/ColumnSearch.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ColumnSearch.Rd -------------------------------------------------------------------------------- /man/Command.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Command.Rd -------------------------------------------------------------------------------- /man/CommandApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CommandApi.Rd -------------------------------------------------------------------------------- /man/ConfigApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ConfigApi.Rd -------------------------------------------------------------------------------- /man/ConnectionApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ConnectionApi.Rd -------------------------------------------------------------------------------- /man/ConnectionFeatures.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ConnectionFeatures.Rd -------------------------------------------------------------------------------- /man/ContentApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContentApi.Rd -------------------------------------------------------------------------------- /man/ContentFavorite.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContentFavorite.Rd -------------------------------------------------------------------------------- /man/ContentMeta.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContentMeta.Rd -------------------------------------------------------------------------------- /man/ContentMetaGroupUser.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContentMetaGroupUser.Rd -------------------------------------------------------------------------------- /man/ContentValidation.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContentValidation.Rd -------------------------------------------------------------------------------- /man/ContentValidationAlert.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContentValidationAlert.Rd -------------------------------------------------------------------------------- /man/ContentValidationDashboard.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContentValidationDashboard.Rd -------------------------------------------------------------------------------- /man/ContentValidationDashboardElement.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContentValidationDashboardElement.Rd -------------------------------------------------------------------------------- /man/ContentValidationDashboardFilter.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContentValidationDashboardFilter.Rd -------------------------------------------------------------------------------- /man/ContentValidationError.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContentValidationError.Rd -------------------------------------------------------------------------------- /man/ContentValidationFolder.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContentValidationFolder.Rd -------------------------------------------------------------------------------- /man/ContentValidationLook.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContentValidationLook.Rd -------------------------------------------------------------------------------- /man/ContentValidationLookMLDashboard.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContentValidationLookMLDashboard.Rd -------------------------------------------------------------------------------- /man/ContentValidationLookMLDashboardElement.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContentValidationLookMLDashboardElement.Rd -------------------------------------------------------------------------------- /man/ContentValidationScheduledPlan.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContentValidationScheduledPlan.Rd -------------------------------------------------------------------------------- /man/ContentValidationSpace.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContentValidationSpace.Rd -------------------------------------------------------------------------------- /man/ContentValidatorError.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContentValidatorError.Rd -------------------------------------------------------------------------------- /man/ContentView.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContentView.Rd -------------------------------------------------------------------------------- /man/ContinuousPalette.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ContinuousPalette.Rd -------------------------------------------------------------------------------- /man/CostEstimate.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CostEstimate.Rd -------------------------------------------------------------------------------- /man/CreateCostEstimate.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CreateCostEstimate.Rd -------------------------------------------------------------------------------- /man/CreateDashboardFilter.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CreateDashboardFilter.Rd -------------------------------------------------------------------------------- /man/CreateDashboardRenderTask.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CreateDashboardRenderTask.Rd -------------------------------------------------------------------------------- /man/CreateEmbedUserRequest.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CreateEmbedUserRequest.Rd -------------------------------------------------------------------------------- /man/CreateFolder.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CreateFolder.Rd -------------------------------------------------------------------------------- /man/CreateOAuthApplicationUserStateRequest.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CreateOAuthApplicationUserStateRequest.Rd -------------------------------------------------------------------------------- /man/CreateOAuthApplicationUserStateResponse.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CreateOAuthApplicationUserStateResponse.Rd -------------------------------------------------------------------------------- /man/CreateQueryTask.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CreateQueryTask.Rd -------------------------------------------------------------------------------- /man/CreateSpace.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CreateSpace.Rd -------------------------------------------------------------------------------- /man/CredentialsApi3.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CredentialsApi3.Rd -------------------------------------------------------------------------------- /man/CredentialsEmail.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CredentialsEmail.Rd -------------------------------------------------------------------------------- /man/CredentialsEmailSearch.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CredentialsEmailSearch.Rd -------------------------------------------------------------------------------- /man/CredentialsEmbed.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CredentialsEmbed.Rd -------------------------------------------------------------------------------- /man/CredentialsGoogle.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CredentialsGoogle.Rd -------------------------------------------------------------------------------- /man/CredentialsLDAP.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CredentialsLDAP.Rd -------------------------------------------------------------------------------- /man/CredentialsLookerOpenid.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CredentialsLookerOpenid.Rd -------------------------------------------------------------------------------- /man/CredentialsOIDC.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CredentialsOIDC.Rd -------------------------------------------------------------------------------- /man/CredentialsSaml.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CredentialsSaml.Rd -------------------------------------------------------------------------------- /man/CredentialsTotp.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CredentialsTotp.Rd -------------------------------------------------------------------------------- /man/CustomWelcomeEmail.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/CustomWelcomeEmail.Rd -------------------------------------------------------------------------------- /man/DBConnection.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DBConnection.Rd -------------------------------------------------------------------------------- /man/DBConnectionBase.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DBConnectionBase.Rd -------------------------------------------------------------------------------- /man/DBConnectionOverride.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DBConnectionOverride.Rd -------------------------------------------------------------------------------- /man/DBConnectionTestResult.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DBConnectionTestResult.Rd -------------------------------------------------------------------------------- /man/Dashboard.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Dashboard.Rd -------------------------------------------------------------------------------- /man/DashboardAggregateTableLookml.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DashboardAggregateTableLookml.Rd -------------------------------------------------------------------------------- /man/DashboardApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DashboardApi.Rd -------------------------------------------------------------------------------- /man/DashboardAppearance.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DashboardAppearance.Rd -------------------------------------------------------------------------------- /man/DashboardBase.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DashboardBase.Rd -------------------------------------------------------------------------------- /man/DashboardElement.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DashboardElement.Rd -------------------------------------------------------------------------------- /man/DashboardFilter.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DashboardFilter.Rd -------------------------------------------------------------------------------- /man/DashboardLayout.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DashboardLayout.Rd -------------------------------------------------------------------------------- /man/DashboardLayoutComponent.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DashboardLayoutComponent.Rd -------------------------------------------------------------------------------- /man/DashboardLookml.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DashboardLookml.Rd -------------------------------------------------------------------------------- /man/DataActionApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DataActionApi.Rd -------------------------------------------------------------------------------- /man/DataActionForm.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DataActionForm.Rd -------------------------------------------------------------------------------- /man/DataActionFormField.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DataActionFormField.Rd -------------------------------------------------------------------------------- /man/DataActionFormSelectOption.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DataActionFormSelectOption.Rd -------------------------------------------------------------------------------- /man/DataActionRequest.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DataActionRequest.Rd -------------------------------------------------------------------------------- /man/DataActionResponse.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DataActionResponse.Rd -------------------------------------------------------------------------------- /man/DataActionUserState.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DataActionUserState.Rd -------------------------------------------------------------------------------- /man/Datagroup.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Datagroup.Rd -------------------------------------------------------------------------------- /man/DatagroupApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DatagroupApi.Rd -------------------------------------------------------------------------------- /man/DelegateOauthTest.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DelegateOauthTest.Rd -------------------------------------------------------------------------------- /man/DependencyGraph.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DependencyGraph.Rd -------------------------------------------------------------------------------- /man/Dialect.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Dialect.Rd -------------------------------------------------------------------------------- /man/DialectInfo.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DialectInfo.Rd -------------------------------------------------------------------------------- /man/DialectInfoOptions.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DialectInfoOptions.Rd -------------------------------------------------------------------------------- /man/DigestEmailSend.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DigestEmailSend.Rd -------------------------------------------------------------------------------- /man/DigestEmails.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DigestEmails.Rd -------------------------------------------------------------------------------- /man/DiscretePalette.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/DiscretePalette.Rd -------------------------------------------------------------------------------- /man/Element.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Element.Rd -------------------------------------------------------------------------------- /man/EmbedParams.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/EmbedParams.Rd -------------------------------------------------------------------------------- /man/EmbedSsoParams.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/EmbedSsoParams.Rd -------------------------------------------------------------------------------- /man/EmbedUrlResponse.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/EmbedUrlResponse.Rd -------------------------------------------------------------------------------- /man/Error.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Error.Rd -------------------------------------------------------------------------------- /man/ExternalOauthApplication.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ExternalOauthApplication.Rd -------------------------------------------------------------------------------- /man/Folder.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Folder.Rd -------------------------------------------------------------------------------- /man/FolderApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/FolderApi.Rd -------------------------------------------------------------------------------- /man/FolderBase.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/FolderBase.Rd -------------------------------------------------------------------------------- /man/GitBranch.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/GitBranch.Rd -------------------------------------------------------------------------------- /man/GitConnectionTest.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/GitConnectionTest.Rd -------------------------------------------------------------------------------- /man/GitConnectionTestResult.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/GitConnectionTestResult.Rd -------------------------------------------------------------------------------- /man/GitStatus.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/GitStatus.Rd -------------------------------------------------------------------------------- /man/Group.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Group.Rd -------------------------------------------------------------------------------- /man/GroupApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/GroupApi.Rd -------------------------------------------------------------------------------- /man/GroupHierarchy.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/GroupHierarchy.Rd -------------------------------------------------------------------------------- /man/GroupIdForGroupInclusion.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/GroupIdForGroupInclusion.Rd -------------------------------------------------------------------------------- /man/GroupIdForGroupUserInclusion.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/GroupIdForGroupUserInclusion.Rd -------------------------------------------------------------------------------- /man/GroupSearch.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/GroupSearch.Rd -------------------------------------------------------------------------------- /man/Homepage.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Homepage.Rd -------------------------------------------------------------------------------- /man/HomepageApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/HomepageApi.Rd -------------------------------------------------------------------------------- /man/HomepageItem.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/HomepageItem.Rd -------------------------------------------------------------------------------- /man/HomepageSection.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/HomepageSection.Rd -------------------------------------------------------------------------------- /man/ImportedProject.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ImportedProject.Rd -------------------------------------------------------------------------------- /man/Integration.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Integration.Rd -------------------------------------------------------------------------------- /man/IntegrationApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/IntegrationApi.Rd -------------------------------------------------------------------------------- /man/IntegrationHub.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/IntegrationHub.Rd -------------------------------------------------------------------------------- /man/IntegrationParam.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/IntegrationParam.Rd -------------------------------------------------------------------------------- /man/IntegrationRequiredField.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/IntegrationRequiredField.Rd -------------------------------------------------------------------------------- /man/IntegrationTestResult.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/IntegrationTestResult.Rd -------------------------------------------------------------------------------- /man/InternalHelpResources.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/InternalHelpResources.Rd -------------------------------------------------------------------------------- /man/InternalHelpResourcesContent.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/InternalHelpResourcesContent.Rd -------------------------------------------------------------------------------- /man/LDAPConfig.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LDAPConfig.Rd -------------------------------------------------------------------------------- /man/LDAPConfigTestIssue.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LDAPConfigTestIssue.Rd -------------------------------------------------------------------------------- /man/LDAPConfigTestResult.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LDAPConfigTestResult.Rd -------------------------------------------------------------------------------- /man/LDAPGroupRead.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LDAPGroupRead.Rd -------------------------------------------------------------------------------- /man/LDAPGroupWrite.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LDAPGroupWrite.Rd -------------------------------------------------------------------------------- /man/LDAPUser.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LDAPUser.Rd -------------------------------------------------------------------------------- /man/LDAPUserAttributeRead.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LDAPUserAttributeRead.Rd -------------------------------------------------------------------------------- /man/LDAPUserAttributeWrite.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LDAPUserAttributeWrite.Rd -------------------------------------------------------------------------------- /man/LegacyFeature.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LegacyFeature.Rd -------------------------------------------------------------------------------- /man/Locale.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Locale.Rd -------------------------------------------------------------------------------- /man/LocalizationSettings.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LocalizationSettings.Rd -------------------------------------------------------------------------------- /man/Look.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Look.Rd -------------------------------------------------------------------------------- /man/LookApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookApi.Rd -------------------------------------------------------------------------------- /man/LookBasic.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookBasic.Rd -------------------------------------------------------------------------------- /man/LookModel.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookModel.Rd -------------------------------------------------------------------------------- /man/LookWithDashboards.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookWithDashboards.Rd -------------------------------------------------------------------------------- /man/LookWithQuery.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookWithQuery.Rd -------------------------------------------------------------------------------- /man/LookerSDK.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookerSDK.Rd -------------------------------------------------------------------------------- /man/LookmlModel.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModel.Rd -------------------------------------------------------------------------------- /man/LookmlModelApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModelApi.Rd -------------------------------------------------------------------------------- /man/LookmlModelExplore.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModelExplore.Rd -------------------------------------------------------------------------------- /man/LookmlModelExploreAccessFilter.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModelExploreAccessFilter.Rd -------------------------------------------------------------------------------- /man/LookmlModelExploreAlias.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModelExploreAlias.Rd -------------------------------------------------------------------------------- /man/LookmlModelExploreAlwaysFilter.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModelExploreAlwaysFilter.Rd -------------------------------------------------------------------------------- /man/LookmlModelExploreConditionallyFilter.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModelExploreConditionallyFilter.Rd -------------------------------------------------------------------------------- /man/LookmlModelExploreError.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModelExploreError.Rd -------------------------------------------------------------------------------- /man/LookmlModelExploreField.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModelExploreField.Rd -------------------------------------------------------------------------------- /man/LookmlModelExploreFieldEnumeration.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModelExploreFieldEnumeration.Rd -------------------------------------------------------------------------------- /man/LookmlModelExploreFieldMapLayer.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModelExploreFieldMapLayer.Rd -------------------------------------------------------------------------------- /man/LookmlModelExploreFieldMeasureFilters.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModelExploreFieldMeasureFilters.Rd -------------------------------------------------------------------------------- /man/LookmlModelExploreFieldSqlCase.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModelExploreFieldSqlCase.Rd -------------------------------------------------------------------------------- /man/LookmlModelExploreFieldTimeInterval.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModelExploreFieldTimeInterval.Rd -------------------------------------------------------------------------------- /man/LookmlModelExploreFieldset.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModelExploreFieldset.Rd -------------------------------------------------------------------------------- /man/LookmlModelExploreJoins.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModelExploreJoins.Rd -------------------------------------------------------------------------------- /man/LookmlModelExploreSet.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModelExploreSet.Rd -------------------------------------------------------------------------------- /man/LookmlModelExploreSupportedMeasureType.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModelExploreSupportedMeasureType.Rd -------------------------------------------------------------------------------- /man/LookmlModelNavExplore.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlModelNavExplore.Rd -------------------------------------------------------------------------------- /man/LookmlTest.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlTest.Rd -------------------------------------------------------------------------------- /man/LookmlTestResult.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/LookmlTestResult.Rd -------------------------------------------------------------------------------- /man/Manifest.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Manifest.Rd -------------------------------------------------------------------------------- /man/MergeFields.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/MergeFields.Rd -------------------------------------------------------------------------------- /man/MergeQuery.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/MergeQuery.Rd -------------------------------------------------------------------------------- /man/MergeQuerySourceQuery.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/MergeQuerySourceQuery.Rd -------------------------------------------------------------------------------- /man/MetadataApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/MetadataApi.Rd -------------------------------------------------------------------------------- /man/MobileSettings.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/MobileSettings.Rd -------------------------------------------------------------------------------- /man/Model.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Model.Rd -------------------------------------------------------------------------------- /man/ModelFieldSuggestions.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ModelFieldSuggestions.Rd -------------------------------------------------------------------------------- /man/ModelNamedValueFormats.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ModelNamedValueFormats.Rd -------------------------------------------------------------------------------- /man/ModelSet.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ModelSet.Rd -------------------------------------------------------------------------------- /man/ModelsNotValidated.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ModelsNotValidated.Rd -------------------------------------------------------------------------------- /man/OIDCConfig.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/OIDCConfig.Rd -------------------------------------------------------------------------------- /man/OIDCGroupRead.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/OIDCGroupRead.Rd -------------------------------------------------------------------------------- /man/OIDCGroupWrite.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/OIDCGroupWrite.Rd -------------------------------------------------------------------------------- /man/OIDCUserAttributeRead.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/OIDCUserAttributeRead.Rd -------------------------------------------------------------------------------- /man/OIDCUserAttributeWrite.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/OIDCUserAttributeWrite.Rd -------------------------------------------------------------------------------- /man/OauthClientApp.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/OauthClientApp.Rd -------------------------------------------------------------------------------- /man/PasswordConfig.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/PasswordConfig.Rd -------------------------------------------------------------------------------- /man/Permission.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Permission.Rd -------------------------------------------------------------------------------- /man/PermissionSet.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/PermissionSet.Rd -------------------------------------------------------------------------------- /man/Project.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Project.Rd -------------------------------------------------------------------------------- /man/ProjectApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ProjectApi.Rd -------------------------------------------------------------------------------- /man/ProjectError.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ProjectError.Rd -------------------------------------------------------------------------------- /man/ProjectFile.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ProjectFile.Rd -------------------------------------------------------------------------------- /man/ProjectValidation.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ProjectValidation.Rd -------------------------------------------------------------------------------- /man/ProjectValidationCache.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ProjectValidationCache.Rd -------------------------------------------------------------------------------- /man/ProjectWorkspace.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ProjectWorkspace.Rd -------------------------------------------------------------------------------- /man/Query.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Query.Rd -------------------------------------------------------------------------------- /man/QueryApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/QueryApi.Rd -------------------------------------------------------------------------------- /man/QueryTask.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/QueryTask.Rd -------------------------------------------------------------------------------- /man/RenderTask.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/RenderTask.Rd -------------------------------------------------------------------------------- /man/RenderTaskApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/RenderTaskApi.Rd -------------------------------------------------------------------------------- /man/RepositoryCredential.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/RepositoryCredential.Rd -------------------------------------------------------------------------------- /man/Response.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Response.Rd -------------------------------------------------------------------------------- /man/ResultMakerFilterables.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ResultMakerFilterables.Rd -------------------------------------------------------------------------------- /man/ResultMakerFilterablesListen.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ResultMakerFilterablesListen.Rd -------------------------------------------------------------------------------- /man/ResultMakerWithIdVisConfigAndDynamicFields.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ResultMakerWithIdVisConfigAndDynamicFields.Rd -------------------------------------------------------------------------------- /man/Role.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Role.Rd -------------------------------------------------------------------------------- /man/RoleApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/RoleApi.Rd -------------------------------------------------------------------------------- /man/RoleSearch.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/RoleSearch.Rd -------------------------------------------------------------------------------- /man/RunningQueries.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/RunningQueries.Rd -------------------------------------------------------------------------------- /man/SamlConfig.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SamlConfig.Rd -------------------------------------------------------------------------------- /man/SamlGroupRead.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SamlGroupRead.Rd -------------------------------------------------------------------------------- /man/SamlGroupWrite.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SamlGroupWrite.Rd -------------------------------------------------------------------------------- /man/SamlMetadataParseResult.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SamlMetadataParseResult.Rd -------------------------------------------------------------------------------- /man/SamlUserAttributeRead.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SamlUserAttributeRead.Rd -------------------------------------------------------------------------------- /man/SamlUserAttributeWrite.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SamlUserAttributeWrite.Rd -------------------------------------------------------------------------------- /man/ScheduledPlan.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ScheduledPlan.Rd -------------------------------------------------------------------------------- /man/ScheduledPlanApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ScheduledPlanApi.Rd -------------------------------------------------------------------------------- /man/ScheduledPlanDestination.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ScheduledPlanDestination.Rd -------------------------------------------------------------------------------- /man/Schema.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Schema.Rd -------------------------------------------------------------------------------- /man/SchemaColumn.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SchemaColumn.Rd -------------------------------------------------------------------------------- /man/SchemaColumns.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SchemaColumns.Rd -------------------------------------------------------------------------------- /man/SchemaTable.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SchemaTable.Rd -------------------------------------------------------------------------------- /man/SchemaTables.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SchemaTables.Rd -------------------------------------------------------------------------------- /man/Session.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Session.Rd -------------------------------------------------------------------------------- /man/SessionApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SessionApi.Rd -------------------------------------------------------------------------------- /man/SessionConfig.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SessionConfig.Rd -------------------------------------------------------------------------------- /man/Setting.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Setting.Rd -------------------------------------------------------------------------------- /man/Snippet.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Snippet.Rd -------------------------------------------------------------------------------- /man/Space.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Space.Rd -------------------------------------------------------------------------------- /man/SpaceApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SpaceApi.Rd -------------------------------------------------------------------------------- /man/SpaceBase.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SpaceBase.Rd -------------------------------------------------------------------------------- /man/SqlQuery.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SqlQuery.Rd -------------------------------------------------------------------------------- /man/SqlQueryCreate.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SqlQueryCreate.Rd -------------------------------------------------------------------------------- /man/SshPublicKey.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SshPublicKey.Rd -------------------------------------------------------------------------------- /man/SshServer.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SshServer.Rd -------------------------------------------------------------------------------- /man/SshTunnel.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/SshTunnel.Rd -------------------------------------------------------------------------------- /man/Theme.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Theme.Rd -------------------------------------------------------------------------------- /man/ThemeApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ThemeApi.Rd -------------------------------------------------------------------------------- /man/ThemeSettings.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ThemeSettings.Rd -------------------------------------------------------------------------------- /man/Timezone.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Timezone.Rd -------------------------------------------------------------------------------- /man/UpdateCommand.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/UpdateCommand.Rd -------------------------------------------------------------------------------- /man/UpdateFolder.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/UpdateFolder.Rd -------------------------------------------------------------------------------- /man/UpdateSpace.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/UpdateSpace.Rd -------------------------------------------------------------------------------- /man/User.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/User.Rd -------------------------------------------------------------------------------- /man/UserApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/UserApi.Rd -------------------------------------------------------------------------------- /man/UserAttribute.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/UserAttribute.Rd -------------------------------------------------------------------------------- /man/UserAttributeApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/UserAttributeApi.Rd -------------------------------------------------------------------------------- /man/UserAttributeGroupValue.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/UserAttributeGroupValue.Rd -------------------------------------------------------------------------------- /man/UserAttributeWithValue.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/UserAttributeWithValue.Rd -------------------------------------------------------------------------------- /man/UserEmailOnly.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/UserEmailOnly.Rd -------------------------------------------------------------------------------- /man/UserIdOnly.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/UserIdOnly.Rd -------------------------------------------------------------------------------- /man/UserLoginLockout.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/UserLoginLockout.Rd -------------------------------------------------------------------------------- /man/UserPublic.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/UserPublic.Rd -------------------------------------------------------------------------------- /man/UserSession.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/UserSession.Rd -------------------------------------------------------------------------------- /man/ValidationError.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ValidationError.Rd -------------------------------------------------------------------------------- /man/ValidationErrorDetail.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/ValidationErrorDetail.Rd -------------------------------------------------------------------------------- /man/WelcomeEmailTest.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/WelcomeEmailTest.Rd -------------------------------------------------------------------------------- /man/WhitelabelConfiguration.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/WhitelabelConfiguration.Rd -------------------------------------------------------------------------------- /man/Workspace.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/Workspace.Rd -------------------------------------------------------------------------------- /man/WorkspaceApi.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/WorkspaceApi.Rd -------------------------------------------------------------------------------- /man/WriteScheduledPlan.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/man/WriteScheduledPlan.Rd -------------------------------------------------------------------------------- /packrat/init.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/init.R -------------------------------------------------------------------------------- /packrat/packrat.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/packrat.lock -------------------------------------------------------------------------------- /packrat/packrat.opts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/packrat.opts -------------------------------------------------------------------------------- /packrat/src/BH/BH_1.66.0-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/BH/BH_1.66.0-1.tar.gz -------------------------------------------------------------------------------- /packrat/src/R6/R6_2.2.2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/R6/R6_2.2.2.tar.gz -------------------------------------------------------------------------------- /packrat/src/Rcpp/Rcpp_0.12.16.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/Rcpp/Rcpp_0.12.16.tar.gz -------------------------------------------------------------------------------- /packrat/src/RcppTOML/RcppTOML_0.1.3.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/RcppTOML/RcppTOML_0.1.3.tar.gz -------------------------------------------------------------------------------- /packrat/src/assertthat/assertthat_0.2.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/assertthat/assertthat_0.2.0.tar.gz -------------------------------------------------------------------------------- /packrat/src/cli/cli_1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/cli/cli_1.0.0.tar.gz -------------------------------------------------------------------------------- /packrat/src/configr/configr_0.3.2.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/configr/configr_0.3.2.1.tar.gz -------------------------------------------------------------------------------- /packrat/src/crayon/crayon_1.3.4.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/crayon/crayon_1.3.4.tar.gz -------------------------------------------------------------------------------- /packrat/src/curl/curl_3.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/curl/curl_3.1.tar.gz -------------------------------------------------------------------------------- /packrat/src/digest/digest_0.6.14.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/digest/digest_0.6.14.tar.gz -------------------------------------------------------------------------------- /packrat/src/glue/glue_1.2.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/glue/glue_1.2.0.tar.gz -------------------------------------------------------------------------------- /packrat/src/httpuv/httpuv_1.4.2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/httpuv/httpuv_1.4.2.tar.gz -------------------------------------------------------------------------------- /packrat/src/httr/httr_1.3.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/httr/httr_1.3.1.tar.gz -------------------------------------------------------------------------------- /packrat/src/ini/ini_0.3.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/ini/ini_0.3.0.tar.gz -------------------------------------------------------------------------------- /packrat/src/jsonlite/jsonlite_1.5.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/jsonlite/jsonlite_1.5.tar.gz -------------------------------------------------------------------------------- /packrat/src/later/later_0.7.2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/later/later_0.7.2.tar.gz -------------------------------------------------------------------------------- /packrat/src/magrittr/magrittr_1.5.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/magrittr/magrittr_1.5.tar.gz -------------------------------------------------------------------------------- /packrat/src/mime/mime_0.5.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/mime/mime_0.5.tar.gz -------------------------------------------------------------------------------- /packrat/src/openssl/openssl_0.9.9.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/openssl/openssl_0.9.9.tar.gz -------------------------------------------------------------------------------- /packrat/src/packrat/packrat_0.4.9-2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/packrat/packrat_0.4.9-2.tar.gz -------------------------------------------------------------------------------- /packrat/src/praise/praise_1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/praise/praise_1.0.0.tar.gz -------------------------------------------------------------------------------- /packrat/src/promises/promises_1.0.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/promises/promises_1.0.1.tar.gz -------------------------------------------------------------------------------- /packrat/src/rlang/rlang_0.1.6.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/rlang/rlang_0.1.6.tar.gz -------------------------------------------------------------------------------- /packrat/src/stringi/stringi_1.1.6.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/stringi/stringi_1.1.6.tar.gz -------------------------------------------------------------------------------- /packrat/src/stringr/stringr_1.2.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/stringr/stringr_1.2.0.tar.gz -------------------------------------------------------------------------------- /packrat/src/testthat/testthat_2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/testthat/testthat_2.0.0.tar.gz -------------------------------------------------------------------------------- /packrat/src/withr/withr_2.1.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/withr/withr_2.1.1.tar.gz -------------------------------------------------------------------------------- /packrat/src/yaml/yaml_2.1.18.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/packrat/src/yaml/yaml_2.1.18.tar.gz -------------------------------------------------------------------------------- /templates/NAMESPACE.mustache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/templates/NAMESPACE.mustache -------------------------------------------------------------------------------- /templates/api.mustache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/templates/api.mustache -------------------------------------------------------------------------------- /templates/api_client.mustache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/templates/api_client.mustache -------------------------------------------------------------------------------- /templates/api_doc.mustache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/templates/api_doc.mustache -------------------------------------------------------------------------------- /templates/description.mustache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/templates/description.mustache -------------------------------------------------------------------------------- /templates/element.mustache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/templates/element.mustache -------------------------------------------------------------------------------- /templates/git_push.sh.mustache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/templates/git_push.sh.mustache -------------------------------------------------------------------------------- /templates/model.mustache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/templates/model.mustache -------------------------------------------------------------------------------- /templates/model_doc.mustache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/templates/model_doc.mustache -------------------------------------------------------------------------------- /templates/partial_header.mustache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/templates/partial_header.mustache -------------------------------------------------------------------------------- /templates/response.mustache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/templates/response.mustache -------------------------------------------------------------------------------- /tests/testthat.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/tests/testthat.R -------------------------------------------------------------------------------- /tests/testthat/test.ApiSettings.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/tests/testthat/test.ApiSettings.R -------------------------------------------------------------------------------- /tests/testthat/test.LookerSDK.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/tests/testthat/test.LookerSDK.R -------------------------------------------------------------------------------- /tests/testthat/test.UserSession.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/looker-open-source/lookr/HEAD/tests/testthat/test.UserSession.R --------------------------------------------------------------------------------