Nothing
tidyr::nest()
and tidyr::unnest()
%in%
operator so that it now works when the
right hand side is either a vector or a tabular expression.export()
to export query results to Azure Storage.server
argument of kusto_database_endpoint
can be just cluster name and no
longer needs to be the fully qualified URI. E.g. can pass either
server = "help"
or server = "http://help.kusto.windows.net"
get_kusto_token()
auth_type from "device_code" to
"authorization_code" for easier to use sign-in flow.$
as an infix operator in a KQL expression now translates to .
to
enable nested dynamic field access.slice_sample
dplyr verbget_kusto_token
.queryconsistency
query setting changed to strongconsistency
, which fixes query errors under certain cluster configurations.nest
and unnest
verbs.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.